org.apache.maven.scm.provider.clearcase.command.checkout
Class ClearCaseCheckOutCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
          extended by org.apache.maven.scm.provider.clearcase.command.checkout.ClearCaseCheckOutCommand
All Implemented Interfaces:
Command, ClearCaseCommand

public class ClearCaseCheckOutCommand
extends AbstractCheckOutCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseCheckOutCommand.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Wim Deblauwe, Frederic Mura

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseCheckOutCommand()
           
 
Method Summary
protected  String createConfigSpec(String loadDirectory, ScmVersion version)
          Creates a config spec that loads the given loadDirectory and uses the given version tag
protected  String createConfigSpec(String loadDirectory, String elementName, ScmVersion version)
           
protected  Commandline createCreateViewCommandLine(File workingDirectory, String viewName, String streamIdentifier)
           
protected  Commandline createUpdateConfigSpecCommandLine(File workingDirectory, File configSpecLocation, String viewName)
           
protected  CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
          Execute Check out command line.
protected  String getStreamIdentifier(String streamName, String vobName)
          Format the stream identifier for ClearCaseUCM
protected  String getViewStore()
           
protected  boolean isClearCaseLT()
           
protected  boolean isClearCaseUCM()
           
 void setSettings(Settings settings)
           
protected  boolean useVWS()
           
protected  File writeTemporaryConfigSpecFile(String configSpecContents, String viewName)
          Creates a temporary config spec file with the given contents that will be deleted on VM exit.
 
Methods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
executeCheckOutCommand, 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

ClearCaseCheckOutCommand

public ClearCaseCheckOutCommand()
Method Detail

executeCheckOutCommand

protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository,
                                                   ScmFileSet fileSet,
                                                   ScmVersion version,
                                                   boolean recursive)
                                            throws ScmException
Execute Check out command line.

Specified by:
executeCheckOutCommand in class AbstractCheckOutCommand
Parameters:
repository - not null
fileSet - not null
version - not null
recursive - true if recursive check out is wanted, false otherwise.
Returns:
the checkout result
Throws:
ScmException - if any

writeTemporaryConfigSpecFile

protected File writeTemporaryConfigSpecFile(String configSpecContents,
                                            String viewName)
                                     throws IOException
Creates a temporary config spec file with the given contents that will be deleted on VM exit.

Parameters:
configSpecContents - The contents for the file
viewName - The name of the view; used to determine an appropriate file name
Throws:
IOException

createConfigSpec

protected String createConfigSpec(String loadDirectory,
                                  ScmVersion version)
Creates a config spec that loads the given loadDirectory and uses the given version tag

Parameters:
loadDirectory - the VOB directory to be loaded
version - ClearCase label type; notice that branch types are not supported
Returns:
Config Spec as String

createConfigSpec

protected String createConfigSpec(String loadDirectory,
                                  String elementName,
                                  ScmVersion version)

createCreateViewCommandLine

protected Commandline createCreateViewCommandLine(File workingDirectory,
                                                  String viewName,
                                                  String streamIdentifier)
                                           throws IOException
Throws:
IOException

getStreamIdentifier

protected String getStreamIdentifier(String streamName,
                                     String vobName)
Format the stream identifier for ClearCaseUCM

Parameters:
streamName -
vobName -
Returns:
the formatted stream identifier if the two parameter are not null

createUpdateConfigSpecCommandLine

protected Commandline createUpdateConfigSpecCommandLine(File workingDirectory,
                                                        File configSpecLocation,
                                                        String viewName)

getViewStore

protected String getViewStore()

isClearCaseLT

protected boolean isClearCaseLT()

isClearCaseUCM

protected boolean isClearCaseUCM()

useVWS

protected boolean useVWS()
Returns:
the value of the setting property 'useVWS'

setSettings

public void setSettings(Settings settings)


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