public abstract class AbstractCvsRemoveCommand extends AbstractRemoveCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsRemoveCommand() |
Modifier and Type | Method and Description |
---|---|
protected abstract RemoveScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List removedFiles) |
protected ScmResult |
executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message) |
executeCommand
execute, getLogger, setLogger
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException
executeRemoveCommand
in class AbstractRemoveCommand
ScmException
protected abstract RemoveScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List removedFiles) throws ScmException
ScmException
Copyright © 2003–2014. All rights reserved.