public class VcsLogEntry extends Object
Constructor and Description |
---|
VcsLogEntry(String author,
long revision,
String message,
Calendar date,
String path) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
Calendar |
getDate() |
String |
getMessage() |
String |
getPath() |
long |
getRevision() |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.