public interface IDirEntryHandler
Modifier and Type | Method | Description |
---|---|---|
void |
handleSvnDirEntry(SvnDirEntry entry) |
This method is called for each SVN resource during an SVN LIST operation.
|
void handleSvnDirEntry(SvnDirEntry entry) throws java.lang.Exception
entry
- contains information about a single dir entry (file or sub-directory)java.lang.Exception
- the implementation will close all open streams and connections upon application exceptions
(e.g. in order to reuse HTTP/TCP connections)