public abstract class AbstractRemoveCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractRemoveCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message) |
execute, getLogger, setLoggerpublic AbstractRemoveCommand()
protected abstract ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException
ScmExceptionprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.