Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs2.operations.vcs.VcsLogEntry
- Since:
- 0.1
-
Field Details
-
author
-
revision
private final long revisionRevision. -
message
Message. -
date
Date. -
path
Path.
-
-
Constructor Details
-
VcsLogEntry
-
-
Method Details
-
getAuthor
- Returns:
- The author.
-
getRevision
public long getRevision()- Returns:
- The revision.
-
getMessage
- Returns:
- The message.
-
getDate
- Returns:
- The date.
-
getPath
- Returns:
- The path.
-