SVNXMLLogHandlerpublic interface ISVNLogEntryHandler
SVNLogEntry| Modifier and Type | Method | Description |
|---|---|---|
void |
handleLogEntry(SVNLogEntry logEntry) |
Handles a log entry passed.
|
void handleLogEntry(SVNLogEntry logEntry) throws SVNException
logEntry - an SVNLogEntry object
that represents per revision information
(committed paths, log message, etc.)SVNException