Class SvnDiffCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.diff.AbstractDiffCommand
org.apache.maven.scm.provider.svn.svnexe.command.diff.SvnDiffCommand
- All Implemented Interfaces:
Command
,SvnCommand
- Author:
- Brett Porter, Olivier Lamy
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmVersion startVersion, ScmVersion endVersion) protected DiffScmResult
executeDiffCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
SvnDiffCommand
public SvnDiffCommand()
-
-
Method Details
-
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) throws ScmException - Specified by:
executeDiffCommand
in classAbstractDiffCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion startVersion, ScmVersion endVersion)
-