| Interface | Description |
|---|---|
| SVNLogFileParser.LogEntryRunnable |
Callback which is invoked for each log-entry to allow
streaming handling of large svn-log queries.
|
| Class | Description |
|---|---|
| LogEntry | |
| SVNLogFileParser |
An XML SAX Parser which converts an SVN XML-Log into a Map<Long, LogEntry>
where the key is the subversion revision number and the value provides information
about the SVN log entry.
|