Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs2.operations.vcs.VcsLogEntry
A VFS log entry.
- Since:
- 0.1
-
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
Gets the author.- Returns:
- The author.
-
getDate
Gets the date.- Returns:
- The date.
-
getMessage
Gets the message.- Returns:
- The message.
-
getPath
Gets the path.- Returns:
- The path.
-
getRevision
Gets the revision.- Returns:
- The revision.
-