org.apache.maven.scm.provider.synergy.command.add
Class SynergyAddCommand

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.synergy.command.add.SynergyAddCommand
All Implemented Interfaces:
Command, SynergyCommand

public class SynergyAddCommand
extends AbstractAddCommand
implements SynergyCommand

Version:
$Id: SynergyAddCommand.java 1333668 2012-05-03 22:37:08Z hboutemy $
Author:
Julien Henry

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
SynergyAddCommand()
           
 
Method Summary
protected  ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, 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

SynergyAddCommand

public SynergyAddCommand()
Method Detail

executeAddCommand

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

Specified by:
executeAddCommand in class AbstractAddCommand
Throws:
ScmException


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