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