Class CvsExeDiffCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.diff.AbstractDiffCommand
org.apache.maven.scm.provider.cvslib.command.diff.AbstractCvsDiffCommand
org.apache.maven.scm.provider.cvslib.cvsexe.command.diff.CvsExeDiffCommand
- All Implemented Interfaces:
Command
,CvsCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DiffScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) Methods inherited from class org.apache.maven.scm.provider.cvslib.command.diff.AbstractCvsDiffCommand
executeDiffCommand, isSupportNewFileParameter
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
-
Constructor Details
-
CvsExeDiffCommand
public CvsExeDiffCommand()
-
-
Method Details
-
executeCvsCommand
protected DiffScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Specified by:
executeCvsCommand
in classAbstractCvsDiffCommand
- Throws:
ScmException
-