public abstract class AbstractDiffCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractDiffCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract DiffScmResult |
executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
execute, getLogger, setLoggerpublic AbstractDiffCommand()
protected abstract DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.