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 java.lang.Object implements ISVNLogEntryHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
myPath
private java.util.LinkedList
myRevisions
-
Constructor Summary
Constructors Constructor Description FileRevisionsLogHandler(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.LinkedList
getRevisions()
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
-
getRevisions
public java.util.LinkedList getRevisions()
-
-