public class SVNLogEntryCollector
extends java.lang.Object
implements org.tmatesoft.svn.core.ISVNLogEntryHandler
| Constructor and Description |
|---|
SVNLogEntryCollector() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.tmatesoft.svn.core.SVNLogEntry> |
getEntries() |
void |
handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry entry) |
public void handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry entry)
throws org.tmatesoft.svn.core.SVNException
handleLogEntry in interface org.tmatesoft.svn.core.ISVNLogEntryHandlerorg.tmatesoft.svn.core.SVNExceptionpublic java.util.List<org.tmatesoft.svn.core.SVNLogEntry> getEntries()