Package org.tmatesoft.svn.core.io
Class SVNRepository.DeletedRevisionLogHandler
java.lang.Object
org.tmatesoft.svn.core.io.SVNRepository.DeletedRevisionLogHandler
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SVNRepository
private static class SVNRepository.DeletedRevisionLogHandler
extends java.lang.Object
implements ISVNLogEntryHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
handleLogEntry
(SVNLogEntry logEntry) Handles a log entry passed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myPath
private java.lang.String myPath -
myDeletedRevision
private long myDeletedRevision
-
-
Constructor Details
-
DeletedRevisionLogHandler
public DeletedRevisionLogHandler(java.lang.String path)
-
-
Method Details
-
handleLogEntry
Description copied from interface:ISVNLogEntryHandler
Handles a log entry passed.- Specified by:
handleLogEntry
in interfaceISVNLogEntryHandler
- Parameters:
logEntry
- anSVNLogEntry
object that represents per revision information (committed paths, log message, etc.)- Throws:
SVNException
-
getDeletedRevision
public long getDeletedRevision()
-