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()  | 
executeCommandexecute, getLogger, setLoggerpublic AbstractCvsDiffCommand()
protected DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
executeDiffCommand in class AbstractDiffCommandScmExceptionprotected abstract DiffScmResult executeCvsCommand(Commandline cl) throws ScmException
ScmExceptionprotected boolean isSupportNewFileParameter()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.