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
public class ClearCaseAddCommand extends AbstractAddCommand implements ClearCaseCommand
- Author:
- Wim Deblauwe
-
-
Constructor Summary
Constructors Constructor Description ClearCaseAddCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(ScmFileSet scmFileSet)
protected ScmResult
executeAddCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, java.lang.String string, boolean b)
-
Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, java.lang.String string, boolean b) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmFileSet scmFileSet)
-
-