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<ScmFile> removedFiles) |
protected ScmResult |
executeRemoveCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message) |
executeCommandexecute, getLogger, setLoggerpublic AbstractCvsRemoveCommand()
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException
executeRemoveCommand in class AbstractRemoveCommandScmExceptionprotected abstract RemoveScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, List<ScmFile> removedFiles) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.