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