Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs2.operations.vcs.VcsLogEntry
-
Constructor Summary
ConstructorsConstructorDescriptionVcsLogEntry(String author, long revision, String message, Calendar date, String path) Constructs a new instance. -
Method Summary
-
Constructor Details
-
VcsLogEntry
Constructs a new instance.- Parameters:
author- The author.revision- The revision.message- The message.date- The date.path- The path.
-
-
Method Details
-
getAuthor
-
getDate
-
getMessage
-
getPath
-
getRevision
-