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
public class CvsExeDiffCommand extends AbstractCvsDiffCommand
- Author:
- Emmanuel Venisse
-
-
Constructor Summary
Constructors Constructor Description CvsExeDiffCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
executeCvsCommand
protected DiffScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Specified by:
executeCvsCommand
in classAbstractCvsDiffCommand
- Throws:
ScmException
-
-