Class AbstractRemoveCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
GitRemoveCommand
,HgRemoveCommand
,JGitRemoveCommand
,SvnRemoveCommand
public abstract class AbstractRemoveCommand extends AbstractCommand
- Author:
- Emmanuel Venisse, Trygve Laugstøl
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description AbstractRemoveCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
AbstractRemoveCommand
public AbstractRemoveCommand()
-
-
Method Detail
-
executeRemoveCommand
protected abstract ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException
- Throws:
ScmException
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
-