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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(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 Details
-
AccuRevAddCommand
-
-
Method Details
-
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
-