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, setLogger
public AbstractDiffCommand()
protected abstract DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.