Class ClearCaseAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
org.apache.maven.scm.provider.clearcase.command.add.ClearCaseAddCommand
- All Implemented Interfaces:
Command,ClearCaseCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(ScmFileSet scmFileSet) protected ScmResultexecuteAddCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string, boolean b) Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
ClearCaseAddCommand
public ClearCaseAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string, boolean b) throws ScmException - Specified by:
executeAddCommandin classAbstractAddCommand- Throws:
ScmException
-
createCommandLine
-