Package org.tmatesoft.svn.core.io
Class SVNRepository.LocationsLogHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.io.SVNRepository.LocationsLogHandler
-
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SVNRepository
private static class SVNRepository.LocationsLogHandler extends java.lang.Object implements ISVNLogEntryHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
myLastPath
(package private) ISVNLocationEntryHandler
myLocationsHandler
(package private) SVNNodeKind
myNodeKind
(package private) java.lang.String
myPegPath
(package private) long
myPegRevision
(package private) java.util.LinkedList
myProcessedRevisions
(package private) long[]
myRevisions
(package private) int
myRevisionsCount
-
Constructor Summary
Constructors Constructor Description LocationsLogHandler(long[] revisions, SVNNodeKind kind, java.lang.String lastPath, long pegRevision, ISVNLocationEntryHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
-
-
-
Field Detail
-
myLastPath
java.lang.String myLastPath
-
myPegPath
java.lang.String myPegPath
-
myNodeKind
SVNNodeKind myNodeKind
-
myPegRevision
long myPegRevision
-
myRevisions
long[] myRevisions
-
myRevisionsCount
int myRevisionsCount
-
myLocationsHandler
ISVNLocationEntryHandler myLocationsHandler
-
myProcessedRevisions
java.util.LinkedList myProcessedRevisions
-
-
Constructor Detail
-
LocationsLogHandler
public LocationsLogHandler(long[] revisions, SVNNodeKind kind, java.lang.String lastPath, long pegRevision, ISVNLocationEntryHandler handler)
-
-
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
-
-