Package org.tmatesoft.svn.core.io
Class SVNRepository.LocationSegmentsLogHandler
java.lang.Object
org.tmatesoft.svn.core.io.SVNRepository.LocationSegmentsLogHandler
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SVNRepository
private static class SVNRepository.LocationSegmentsLogHandler
extends java.lang.Object
implements ISVNLogEntryHandler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) ISVNLocationSegmentHandler
(package private) boolean
(package private) java.lang.String
(package private) SVNNodeKind
(package private) long
(package private) long
-
Constructor Summary
ConstructorsConstructorDescriptionLocationSegmentsLogHandler
(SVNNodeKind kind, java.lang.String lastPath, long startRev, ISVNLocationSegmentHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLogEntry
(SVNLogEntry logEntry) Handles a log entry passed.void
maybeCropAndSendSegment
(java.lang.String path, long startRevision, long rangeStart, long rangeEnd, ISVNLocationSegmentHandler handler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myIsDone
boolean myIsDone -
myLastPath
java.lang.String myLastPath -
myNodeKind
SVNNodeKind myNodeKind -
myCount
long myCount -
myStartRevision
long myStartRevision -
myRangeEnd
long myRangeEnd -
myHandler
ISVNLocationSegmentHandler myHandler
-
-
Constructor Details
-
LocationSegmentsLogHandler
public LocationSegmentsLogHandler(SVNNodeKind kind, java.lang.String lastPath, long startRev, ISVNLocationSegmentHandler handler)
-
-
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
-
maybeCropAndSendSegment
public void maybeCropAndSendSegment(java.lang.String path, long startRevision, long rangeStart, long rangeEnd, ISVNLocationSegmentHandler handler) throws SVNException - Throws:
SVNException
-