Class SVNBasicDelegate.LocationsLogEntryHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.LocationsLogEntryHandler
-
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SVNBasicDelegate
private static final class SVNBasicDelegate.LocationsLogEntryHandler extends java.lang.Object implements ISVNLogEntryHandler
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
LocationsLogEntryHandler(java.lang.String path, long startRevision, long endRevision, long pegRevision, SVNNodeKind kind, ISVNEventHandler eventHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
-
-
-
Field Detail
-
myCurrentPath
private java.lang.String myCurrentPath
-
myStartPath
private java.lang.String myStartPath
-
myEndPath
private java.lang.String myEndPath
-
myPegPath
private java.lang.String myPegPath
-
myStartRevision
private long myStartRevision
-
myEndRevision
private long myEndRevision
-
myPegRevision
private long myPegRevision
-
myKind
private SVNNodeKind myKind
-
myEventHandler
private ISVNEventHandler myEventHandler
-
-
Constructor Detail
-
LocationsLogEntryHandler
private LocationsLogEntryHandler(java.lang.String path, long startRevision, long endRevision, long pegRevision, SVNNodeKind kind, ISVNEventHandler eventHandler)
-
-
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
-
-