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
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-2012 Apache Software Foundation. All Rights Reserved.