Class BazaarRemoveCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.remove.AbstractRemoveCommand
org.apache.maven.scm.provider.bazaar.command.remove.BazaarRemoveCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResult
executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, 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
-
Constructor Details
-
BazaarRemoveCommand
public BazaarRemoveCommand()
-
-
Method Details
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-