org.apache.maven.scm.provider.clearcase.command.add
Class ClearCaseAddCommand

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

public class ClearCaseAddCommand
extends AbstractAddCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseAddCommand.java 1054126 2010-12-31 15:18:11Z olamy $
Author:
Wim Deblauwe

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

ClearCaseAddCommand

public ClearCaseAddCommand()
Method Detail

executeAddCommand

protected ScmResult executeAddCommand(ScmProviderRepository scmProviderRepository,
                                      ScmFileSet scmFileSet,
                                      String string,
                                      boolean b)
                               throws ScmException

Specified by:
executeAddCommand in class AbstractAddCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(ScmFileSet scmFileSet)


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