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 DiffScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) protected DiffScmResultexecuteDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) protected booleanMethods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand
executeCommandMethods 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:
executeDiffCommandin classAbstractDiffCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract DiffScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Throws:
ScmException
-
isSupportNewFileParameter
protected boolean isSupportNewFileParameter()
-