Package com.zfabrik.svnaccess
Interface ISvnLogEntryHandler
public interface ISvnLogEntryHandler
Callback handler for SVN LOG operation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLogEntry
(SvnLogItem logItem) This method is called for each SVN resource during an SVN LOG operation.
-
Method Details
-
handleLogEntry
This method is called for each SVN resource during an SVN LOG operation.- Parameters:
logItem
- log item details like path, revision, action- Throws:
Exception
- the implementation will close all open streams and connections upon application exceptions (e.g. in order to reuse HTTP/TCP connections)
-