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:
AbstractCvsRemoveCommand
,BazaarRemoveCommand
,ClearCaseRemoveCommand
,GitRemoveCommand
,HgRemoveCommand
,PerforceRemoveCommand
,StarteamRemoveCommand
,SvnRemoveCommand
,SynergyRemoveCommand
-
Field Summary
-
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, getLogger, setLogger
-
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
-