FileOperationpublic interface VcsLog extends FileOperation
| Modifier and Type | Method | Description |
|---|---|---|
void |
setEndRevision(long endRev) |
|
void |
setLogEntryHandler(VcsLogEntryHandler handler) |
|
void |
setStartRevision(long startRev) |
processvoid setStartRevision(long startRev)
startRev - The start revision.void setEndRevision(long endRev)
endRev - The end revision.void setLogEntryHandler(VcsLogEntryHandler handler)
handler - The LogEntry handler.