public interface VcsLog extends FileOperation
| Modifier and Type | Method and Description |
|---|---|
void |
setEndRevision(long endRev) |
void |
setLogEntryHandler(VcsLogEntryHandler handler) |
void |
setStartRevision(long startRev) |
processvoid setStartRevision(long startRev)
startRev - void setEndRevision(long endRev)
endRev - void setLogEntryHandler(VcsLogEntryHandler handler)
handler -