Interface ISVNLogEntryHandler

    • Method Detail

      • handleLogEntry

        void handleLogEntry​(SVNLogEntry logEntry)
                     throws SVNException
        Handles a log entry passed.
        Parameters:
        logEntry - an SVNLogEntry object that represents per revision information (committed paths, log message, etc.)
        Throws:
        SVNException