Class AbstractCvsRemoveCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
-
- org.apache.maven.scm.provider.cvslib.command.remove.AbstractCvsRemoveCommand
-
- All Implemented Interfaces:
Command
,CvsCommand
- Direct Known Subclasses:
CvsExeRemoveCommand
public abstract class AbstractCvsRemoveCommand extends AbstractRemoveCommand implements CvsCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsRemoveCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message) throws ScmException
- Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract RemoveScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.List<ScmFile> removedFiles) throws ScmException
- Throws:
ScmException
-
-