org.apache.maven.scm.provider.accurev.command.add
Class AccuRevAddCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.provider.accurev.command.AbstractAccuRevCommand
          extended by org.apache.maven.scm.provider.accurev.command.add.AccuRevAddCommand
All Implemented Interfaces:
Command

public class AccuRevAddCommand
extends AbstractAccuRevCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevAddCommand(ScmLogger logger)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccuRevAddCommand

public AccuRevAddCommand(ScmLogger logger)
Method Detail

executeAccurevCommand

protected ScmResult executeAccurevCommand(AccuRevScmProviderRepository repository,
                                          ScmFileSet fileSet,
                                          CommandParameters parameters)
                                   throws ScmException,
                                          AccuRevException
Add.

Specified by:
executeAccurevCommand in class AbstractAccuRevCommand
Throws:
ScmException
AccuRevException

add

public AddScmResult add(ScmProviderRepository repo,
                        ScmFileSet scmFileSet,
                        CommandParameters commandParameters)
                 throws ScmException
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.