private static final class SVNBasicDelegate.LocationsLogEntryHandler extends java.lang.Object implements ISVNLogEntryHandler
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
myCurrentPath |
private java.lang.String |
myEndPath |
private long |
myEndRevision |
private ISVNEventHandler |
myEventHandler |
private SVNNodeKind |
myKind |
private java.lang.String |
myPegPath |
private long |
myPegRevision |
private java.lang.String |
myStartPath |
private long |
myStartRevision |
Modifier | Constructor and Description |
---|---|
private |
LocationsLogEntryHandler(java.lang.String path,
long startRevision,
long endRevision,
long pegRevision,
SVNNodeKind kind,
ISVNEventHandler eventHandler) |
Modifier and Type | Method and Description |
---|---|
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
private java.lang.String myCurrentPath
private java.lang.String myStartPath
private java.lang.String myEndPath
private java.lang.String myPegPath
private long myStartRevision
private long myEndRevision
private long myPegRevision
private SVNNodeKind myKind
private ISVNEventHandler myEventHandler
private LocationsLogEntryHandler(java.lang.String path, long startRevision, long endRevision, long pegRevision, SVNNodeKind kind, ISVNEventHandler eventHandler)
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandler
handleLogEntry
in interface ISVNLogEntryHandler
logEntry
- an SVNLogEntry
object
that represents per revision information
(committed paths, log message, etc.)SVNException