public abstract class AbstractRemoveCommand extends AbstractCommand
logger
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
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–2024 The Apache Software Foundation. All rights reserved.