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