private static class SVNRepository.DeletedRevisionLogHandler extends java.lang.Object implements ISVNLogEntryHandler
Modifier and Type | Field and Description |
---|---|
private long |
myDeletedRevision |
private java.lang.String |
myPath |
Constructor and Description |
---|
DeletedRevisionLogHandler(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
long |
getDeletedRevision() |
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
private java.lang.String myPath
private long myDeletedRevision
public DeletedRevisionLogHandler(java.lang.String path)
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
public long getDeletedRevision()