public abstract class AbstractCvsRemoveCommand extends AbstractRemoveCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsRemoveCommand() |
Modifier and Type | Method and Description |
---|---|
protected abstract RemoveScmResult |
executeCvsCommand(Commandline cl,
List<ScmFile> removedFiles) |
protected ScmResult |
executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message) |
executeCommand
execute, getLogger, setLogger
public AbstractCvsRemoveCommand()
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException
executeRemoveCommand
in class AbstractRemoveCommand
ScmException
protected abstract RemoveScmResult executeCvsCommand(Commandline cl, List<ScmFile> removedFiles) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.