Class AbstractCvsDiffCommand
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
- All Implemented Interfaces:
Command
,CvsCommand
- Direct Known Subclasses:
CvsExeDiffCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract DiffScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) protected DiffScmResult
executeDiffCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) protected boolean
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
-
AbstractCvsDiffCommand
public AbstractCvsDiffCommand()
-
-
Method Details
-
executeDiffCommand
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException - Specified by:
executeDiffCommand
in classAbstractDiffCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract DiffScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Throws:
ScmException
-
isSupportNewFileParameter
protected boolean isSupportNewFileParameter()
-