Package org.tmatesoft.svn.core.io
Class SVNRepository.FileRevisionsLogHandler
java.lang.Object
org.tmatesoft.svn.core.io.SVNRepository.FileRevisionsLogHandler
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SVNRepository
private static class SVNRepository.FileRevisionsLogHandler
extends Object
implements ISVNLogEntryHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLogEntry
(SVNLogEntry logEntry) Handles a log entry passed.
-
Field Details
-
myRevisions
-
myPath
-
-
Constructor Details
-
FileRevisionsLogHandler
-
-
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
-
getRevisions
-