public interface VcsLog extends FileOperation
Modifier and Type | Method and Description |
---|---|
void |
setEndRevision(long endRev) |
void |
setLogEntryHandler(VcsLogEntryHandler handler) |
void |
setStartRevision(long startRev) |
process
void setStartRevision(long startRev)
startRev
- The start revision.void setEndRevision(long endRev)
endRev
- The end revision.void setLogEntryHandler(VcsLogEntryHandler handler)
handler
- The LogEntry handler.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.