org.apache.maven.scm.provider.clearcase.command.remove
Class ClearCaseRemoveCommand

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.clearcase.command.remove.ClearCaseRemoveCommand
All Implemented Interfaces:
Command, ClearCaseCommand

public class ClearCaseRemoveCommand
extends AbstractRemoveCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseRemoveCommand.java 1056938 2011-01-09 14:27:54Z olamy $
Author:
Wim Deblauwe, Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseRemoveCommand()
           
 
Method Summary
static Commandline createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
           
protected  ScmResult executeRemoveCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string)
          
 
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

ClearCaseRemoveCommand

public ClearCaseRemoveCommand()
Method Detail

executeRemoveCommand

protected ScmResult executeRemoveCommand(ScmProviderRepository scmProviderRepository,
                                         ScmFileSet scmFileSet,
                                         String string)
                                  throws ScmException

Specified by:
executeRemoveCommand in class AbstractRemoveCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(ScmLogger logger,
                                            ScmFileSet scmFileSet)


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