Package com.zfabrik.svnaccess
Interface IDirEntryHandler
public interface IDirEntryHandler
Callback handler for SVN LIST operation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleSvnDirEntry
(SvnDirEntry entry) This method is called for each SVN resource during an SVN LIST operation.
-
Method Details
-
handleSvnDirEntry
This method is called for each SVN resource during an SVN LIST operation.- Parameters:
entry
- contains information about a single dir entry (file or sub-directory)- Throws:
Exception
- the implementation will close all open streams and connections upon application exceptions (e.g. in order to reuse HTTP/TCP connections)
-