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

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

public class AccuRevAddCommand
extends AbstractAddCommand

Version:
$Id: AccuRevAddCommand.java 686195 2008-08-15 11:32:15Z vsiveton $

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AccuRevAddCommand(java.lang.String accurevExec)
           
 
Method Summary
protected  ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean binary)
          
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccuRevAddCommand

public AccuRevAddCommand(java.lang.String accurevExec)
Method Detail

executeAddCommand

protected ScmResult executeAddCommand(ScmProviderRepository repository,
                                      ScmFileSet fileSet,
                                      java.lang.String message,
                                      boolean binary)
                               throws ScmException

Specified by:
executeAddCommand in class AbstractAddCommand
Throws:
ScmException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.