Interface VcsLog
- All Superinterfaces:
FileOperation
- Since:
- 0.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndRevision(long endRev) voidsetLogEntryHandler(VcsLogEntryHandler handler) voidsetStartRevision(long startRev) Methods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
Method Details
-
setStartRevision
void setStartRevision(long startRev) - Parameters:
startRev- The start revision.
-
setEndRevision
void setEndRevision(long endRev) - Parameters:
endRev- The end revision.
-
setLogEntryHandler
- Parameters:
handler- The LogEntry handler.
-