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
- Author:
- Emmanuel Venisse, Trygve Laugstøl
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
AbstractRemoveCommand
public AbstractRemoveCommand()
-
-
Method Details
-
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
-