Class ClearCaseRemoveCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.remove.AbstractRemoveCommand
org.apache.maven.scm.provider.clearcase.command.remove.ClearCaseRemoveCommand
- All Implemented Interfaces:
Command
,ClearCaseCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(ScmLogger logger, ScmFileSet scmFileSet) protected ScmResult
executeRemoveCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string) 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
-
ClearCaseRemoveCommand
public ClearCaseRemoveCommand()
-
-
Method Details
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string) throws ScmException - Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
-