Interface ISvnLogEntryHandler


public interface ISvnLogEntryHandler
Callback handler for SVN LOG operation
  • Method Summary

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

    • handleLogEntry

      void handleLogEntry(SvnLogItem logItem) throws Exception
      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)