Class AccuRevAddCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
-
- org.apache.maven.scm.provider.accurev.command.add.AccuRevAddCommand
-
- All Implemented Interfaces:
Command
public class AccuRevAddCommand extends AbstractAccuRevCommand
-
-
Constructor Summary
Constructors Constructor Description AccuRevAddCommand(ScmLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddScmResult
add(ScmProviderRepository repo, ScmFileSet scmFileSet, CommandParameters commandParameters)
protected ScmResult
executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Add.-
Methods inherited from class org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
executeCommand, getScmFiles
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Constructor Detail
-
AccuRevAddCommand
public AccuRevAddCommand(ScmLogger logger)
-
-
Method Detail
-
executeAccurevCommand
protected ScmResult executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException, AccuRevException
Add. TODO handle the "binary" parameter. AccuRev does a reasonable job of detecting this itself.- Specified by:
executeAccurevCommand
in classAbstractAccuRevCommand
- Throws:
ScmException
AccuRevException
-
add
public AddScmResult add(ScmProviderRepository repo, ScmFileSet scmFileSet, CommandParameters commandParameters) throws ScmException
- Throws:
ScmException
-
-