private static class SVNRepository.FileRevisionsLogHandler extends java.lang.Object implements ISVNLogEntryHandler
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
myPath |
private java.util.LinkedList |
myRevisions |
| Constructor and Description |
|---|
FileRevisionsLogHandler(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList |
getRevisions() |
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
private java.util.LinkedList myRevisions
private java.lang.String myPath
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandlerhandleLogEntry in interface ISVNLogEntryHandlerlogEntry - an SVNLogEntry object
that represents per revision information
(committed paths, log message, etc.)SVNExceptionpublic java.util.LinkedList getRevisions()