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, setLogger
public AbstractRemoveCommand()
protected abstract ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException
ScmException
protected 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.