Interface VcsLog
-
Method Summary
Modifier 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.FileOperation
process
-
Method Details
-
setEndRevision
-
setLogEntryHandler
Sets the LogEntry handler.- Parameters:
handler- The LogEntry handler.
-
setStartRevision
Sets the start revision.- Parameters:
startRev- The start revision.
-