Class SvnJavaCheckInCommand.CommitHandler

  • All Implemented Interfaces:
    org.tmatesoft.svn.core.wc.ISVNCommitHandler
    Enclosing class:
    SvnJavaCheckInCommand

    public static class SvnJavaCheckInCommand.CommitHandler
    extends Object
    implements org.tmatesoft.svn.core.wc.ISVNCommitHandler
    • Constructor Detail

      • CommitHandler

        public CommitHandler​(String baseDirectory)
    • Method Detail

      • getCommitMessage

        public String getCommitMessage​(String message,
                                       org.tmatesoft.svn.core.wc.SVNCommitItem[] commitItems)
                                throws org.tmatesoft.svn.core.SVNException
        Specified by:
        getCommitMessage in interface org.tmatesoft.svn.core.wc.ISVNCommitHandler
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getRevisionProperties

        public org.tmatesoft.svn.core.SVNProperties getRevisionProperties​(String arg0,
                                                                          org.tmatesoft.svn.core.wc.SVNCommitItem[] arg1,
                                                                          org.tmatesoft.svn.core.SVNProperties svnProperties)
                                                                   throws org.tmatesoft.svn.core.SVNException
        Specified by:
        getRevisionProperties in interface org.tmatesoft.svn.core.wc.ISVNCommitHandler
        Throws:
        org.tmatesoft.svn.core.SVNException