org.apache.maven.scm.provider.clearcase.command.checkout
public class ClearCaseCheckOutCommand extends AbstractCheckOutCommand implements ClearCaseCommand
Method Summary | |
---|---|
protected static Commandline | createCreateViewCommandLine(File workingDirectory, String viewName) |
protected static Commandline | createUpdateConfigSpecCommandLine(File workingDirectory, File configSpecLocation, String viewName) |
protected CheckOutScmResult | executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag) |
protected static String | getViewStore() |
protected static boolean | isClearCaseLT() |
protected static void | setIsClearCaseLT(boolean isClearCaseLT)
Only use for test case
|
protected static void | setUseVWS(boolean useVWS)
Only use for test case
|
protected static boolean | useVWS() |
Returns: the value of the setting property 'clearcaseLT'
Deprecated:
Only use for test caseParameters: isClearCaseLT
Deprecated:
Only use for test caseParameters: useVWS
Returns: the value of the setting property 'useVWS'