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

Class ClearCaseCheckOutCommand

public class ClearCaseCheckOutCommand extends AbstractCheckOutCommand implements ClearCaseCommand

Author: Wim Deblauwe Frederic Mura

Method Summary
protected static CommandlinecreateCreateViewCommandLine(File workingDirectory, String viewName)
protected static CommandlinecreateUpdateConfigSpecCommandLine(File workingDirectory, File configSpecLocation, String viewName)
protected CheckOutScmResultexecuteCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag)
protected static StringgetViewStore()
protected static booleanisClearCaseLT()
protected static voidsetIsClearCaseLT(boolean isClearCaseLT)
Only use for test case
protected static voidsetUseVWS(boolean useVWS)
Only use for test case
protected static booleanuseVWS()

Method Detail

createCreateViewCommandLine

protected static Commandline createCreateViewCommandLine(File workingDirectory, String viewName)

createUpdateConfigSpecCommandLine

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

executeCheckOutCommand

protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag)

getViewStore

protected static String getViewStore()

isClearCaseLT

protected static boolean isClearCaseLT()

Returns: the value of the setting property 'clearcaseLT'

setIsClearCaseLT

protected static void setIsClearCaseLT(boolean isClearCaseLT)

Deprecated:

Only use for test case

Parameters: isClearCaseLT

setUseVWS

protected static void setUseVWS(boolean useVWS)

Deprecated:

Only use for test case

Parameters: useVWS

useVWS

protected static boolean useVWS()

Returns: the value of the setting property 'useVWS'

Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.