Interface IDirEntryHandler


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

    Modifier and Type
    Method
    Description
    void
    This method is called for each SVN resource during an SVN LIST operation.
  • Method Details

    • handleSvnDirEntry

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