org.apache.maven.scm.provider.clearcase.command.edit
Class ClearCaseEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.edit.AbstractEditCommand
          extended by org.apache.maven.scm.provider.clearcase.command.edit.ClearCaseEditCommand
All Implemented Interfaces:
Command, ClearCaseCommand

public class ClearCaseEditCommand
extends AbstractEditCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseEditCommand.java 1054772 2011-01-03 21:34:47Z olamy $
Author:
Wim Deblauwe

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseEditCommand()
           
 
Method Summary
static Commandline createCheckinCurrentDirCommandLine(ScmFileSet scmFileSet)
           
static Commandline createCheckoutCurrentDirCommandLine(ScmFileSet scmFileSet)
           
static Commandline createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
           
protected  ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
          
 
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
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

ClearCaseEditCommand

public ClearCaseEditCommand()
Method Detail

executeEditCommand

protected ScmResult executeEditCommand(ScmProviderRepository repository,
                                       ScmFileSet fileSet)
                                throws ScmException

Specified by:
executeEditCommand in class AbstractEditCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(ScmLogger logger,
                                            ScmFileSet scmFileSet)

createCheckoutCurrentDirCommandLine

public static Commandline createCheckoutCurrentDirCommandLine(ScmFileSet scmFileSet)

createCheckinCurrentDirCommandLine

public static Commandline createCheckinCurrentDirCommandLine(ScmFileSet scmFileSet)


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