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 - The start revision.void setEndRevision(long endRev)
endRev - The end revision.void setLogEntryHandler(VcsLogEntryHandler handler)
handler - The LogEntry handler.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.