Interface VcsLog
-
- All Superinterfaces:
FileOperation
public interface VcsLog extends FileOperation
todo: add class description here- Since:
- 0.1
- Author:
- Siarhei Baidun
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEndRevision(long endRev)
void
setLogEntryHandler(VcsLogEntryHandler handler)
void
setStartRevision(long startRev)
-
Methods inherited from interface org.apache.commons.vfs.operations.FileOperation
process
-
-
-
-
Method Detail
-
setStartRevision
void setStartRevision(long startRev)
- Parameters:
startRev
-
-
setEndRevision
void setEndRevision(long endRev)
- Parameters:
endRev
-
-
setLogEntryHandler
void setLogEntryHandler(VcsLogEntryHandler handler)
- Parameters:
handler
-
-
-