Interface IDirEntryHandler


  • public interface IDirEntryHandler
    Callback handler for SVN LIST operation
    • Method Detail

      • handleSvnDirEntry

        void handleSvnDirEntry​(SvnDirEntry entry)
                        throws java.lang.Exception
        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:
        java.lang.Exception - the implementation will close all open streams and connections upon application exceptions (e.g. in order to reuse HTTP/TCP connections)