public abstract class AbstractCvsDiffCommand extends AbstractDiffCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsDiffCommand() |
Modifier and Type | Method and Description |
---|---|
protected abstract DiffScmResult |
executeCvsCommand(Commandline cl) |
protected DiffScmResult |
executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
protected boolean |
isSupportNewFileParameter() |
executeCommand
execute, getLogger, setLogger
public AbstractCvsDiffCommand()
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
executeDiffCommand
in class AbstractDiffCommand
ScmException
protected abstract DiffScmResult executeCvsCommand(Commandline cl) throws ScmException
ScmException
protected boolean isSupportNewFileParameter()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.