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
-
Field Summary
FieldsFields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion startVersion, ScmVersion endVersion) protected DiffScmResultexecuteDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Methods inherited from class AbstractDiffCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Field Details
-
interactive
private final boolean interactive
-
-
Constructor Details
-
SvnDiffCommand
public SvnDiffCommand(boolean interactive)
-
-
Method Details
-
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) throws ScmException - Specified by:
executeDiffCommandin classAbstractDiffCommand- Throws:
ScmException
-
createCommandLine
public org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion startVersion, ScmVersion endVersion)
-