Class SvnJavaDiffCommand

  • All Implemented Interfaces:
    org.apache.maven.scm.command.Command, org.apache.maven.scm.provider.svn.command.SvnCommand

    public class SvnJavaDiffCommand
    extends org.apache.maven.scm.command.diff.AbstractDiffCommand
    implements org.apache.maven.scm.provider.svn.command.SvnCommand
    Version:
    $Id: SvnJavaDiffCommand.java 3 2009-03-20 21:49:32Z oliver.lamy $
    Author:
    Brett Porter
    • Field Summary

      • Fields inherited from interface org.apache.maven.scm.command.Command

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.maven.scm.command.diff.DiffScmResult executeDiffCommand​(org.apache.maven.scm.provider.ScmProviderRepository repo, org.apache.maven.scm.ScmFileSet fileSet, org.apache.maven.scm.ScmVersion startRevision, org.apache.maven.scm.ScmVersion endRevision)
      • Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand

        executeCommand
      • Methods inherited from class org.apache.maven.scm.command.AbstractCommand

        execute, getLogger, setLogger
      • Methods inherited from interface org.apache.maven.scm.command.Command

        execute, getLogger, setLogger
    • Constructor Detail

      • SvnJavaDiffCommand

        public SvnJavaDiffCommand()
    • Method Detail

      • executeDiffCommand

        protected org.apache.maven.scm.command.diff.DiffScmResult executeDiffCommand​(org.apache.maven.scm.provider.ScmProviderRepository repo,
                                                                                     org.apache.maven.scm.ScmFileSet fileSet,
                                                                                     org.apache.maven.scm.ScmVersion startRevision,
                                                                                     org.apache.maven.scm.ScmVersion endRevision)
                                                                              throws org.apache.maven.scm.ScmException
        Specified by:
        executeDiffCommand in class org.apache.maven.scm.command.diff.AbstractDiffCommand
        Throws:
        org.apache.maven.scm.ScmException