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 Modifier and Type Field Description private long
myDeletedRevision
private java.lang.String
myPath
-
Constructor Summary
Constructors Constructor Description DeletedRevisionLogHandler(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDeletedRevision()
void
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
-
-
-
Method Detail
-
handleLogEntry
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
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()
-
-