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
public abstract class AbstractCvsDiffCommand extends AbstractDiffCommand implements CvsCommand
- Author:
- Brett Porter
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsDiffCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract DiffScmResult
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)
protected DiffScmResult
executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
protected boolean
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
-
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()
-
-