public interface ISvnLogEntryHandler
Modifier and Type | Method | Description |
---|---|---|
void |
handleLogEntry(SvnLogItem logItem) |
This method is called for each SVN resource during an SVN LOG operation.
|
void handleLogEntry(SvnLogItem logItem) throws java.lang.Exception
logItem
- log item details like path, revision, actionjava.lang.Exception
- the implementation will close all open streams and connections upon application exceptions
(e.g. in order to reuse HTTP/TCP connections)