Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs2.operations.vcs.VcsLogEntry
A VFS log entry.
- Since:
- 0.1
- 
Constructor SummaryConstructorsConstructorDescriptionVcsLogEntry(String author, long revision, String message, Calendar date, String path) Constructs a new instance.
- 
Method Summary
- 
Constructor Details- 
VcsLogEntryConstructs a new instance.- Parameters:
- author- The author.
- revision- The revision.
- message- The message.
- date- The date.
- path- The path.
 
 
- 
- 
Method Details- 
getAuthorGets the author.- Returns:
- The author.
 
- 
getDateGets the date.- Returns:
- The date.
 
- 
getMessageGets the message.- Returns:
- The message.
 
- 
getPathGets the path.- Returns:
- The path.
 
- 
getRevisionGets the revision.- Returns:
- The revision.
 
 
-