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,
java.util.List<ScmFile> removedFiles) |
protected ScmResult |
executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String message) |
executeCommandexecute, getLogger, setLoggerprotected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message) throws ScmException
executeRemoveCommand in class AbstractRemoveCommandScmExceptionprotected abstract RemoveScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.List<ScmFile> removedFiles) throws ScmException
ScmException