org.apache.commons.vfs.operations.vcs
Interface VcsLog
- All Superinterfaces:
- FileOperation
public interface VcsLog
- extends FileOperation
- Since:
- 0.1
- Author:
- Siarhei Baidun
setStartRevision
void setStartRevision(long startRev)
- Parameters:
startRev
- The start revision.
setEndRevision
void setEndRevision(long endRev)
- Parameters:
endRev
- The end revision.
setLogEntryHandler
void setLogEntryHandler(VcsLogEntryHandler handler)
- Parameters:
handler
- The LogEntry handler.
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.