Class SvnJavaChangeLogCommand.ChangeLogHandler

  • All Implemented Interfaces:
    org.tmatesoft.svn.core.ISVNLogEntryHandler
    Enclosing class:
    SvnJavaChangeLogCommand

    protected static class SvnJavaChangeLogCommand.ChangeLogHandler
    extends Object
    implements org.tmatesoft.svn.core.ISVNLogEntryHandler
    • Constructor Detail

      • ChangeLogHandler

        public ChangeLogHandler​(Date startDate,
                                Date endDate)
    • Method Detail

      • handleLogEntry

        public void handleLogEntry​(org.tmatesoft.svn.core.SVNLogEntry logEntry)
                            throws org.tmatesoft.svn.core.SVNException
        Specified by:
        handleLogEntry in interface org.tmatesoft.svn.core.ISVNLogEntryHandler
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getChangeSets

        public org.apache.maven.scm.command.changelog.ChangeLogSet getChangeSets()