org.apache.maven.scm.provider.synergy.command.remove
Class SynergyRemoveCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.remove.AbstractRemoveCommand
          extended by org.apache.maven.scm.provider.synergy.command.remove.SynergyRemoveCommand
All Implemented Interfaces:
Command, SynergyCommand

public class SynergyRemoveCommand
extends AbstractRemoveCommand
implements SynergyCommand

Version:
$Id: SynergyRemoveCommand.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
SynergyRemoveCommand()
           
 
Method Summary
protected  ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
          
 
Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommand
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

SynergyRemoveCommand

public SynergyRemoveCommand()
Method Detail

executeRemoveCommand

protected ScmResult executeRemoveCommand(ScmProviderRepository repository,
                                         ScmFileSet fileSet,
                                         String message)
                                  throws ScmException

Specified by:
executeRemoveCommand in class AbstractRemoveCommand
Throws:
ScmException


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