Interface VcsLog
- All Superinterfaces:
- FileOperation
The VCS log file operation.
- Since:
- 0.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetEndRevision(long endRev) Sets the end revision.voidsetLogEntryHandler(VcsLogEntryHandler handler) Sets the LogEntry handler.voidsetStartRevision(long startRev) Sets the start revision.Methods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Method Details- 
setEndRevisionSets the end revision.- Parameters:
- endRev- The end revision.
 
- 
setLogEntryHandlerSets the LogEntry handler.- Parameters:
- handler- The LogEntry handler.
 
- 
setStartRevisionSets the start revision.- Parameters:
- startRev- The start revision.
 
 
-