org.apache.maven.scm.provider.clearcase.command.checkout
Class ClearCaseCheckOutCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
org.apache.maven.scm.provider.clearcase.command.checkout.ClearCaseCheckOutCommand
- All Implemented Interfaces:
- ClearCaseCommand, org.apache.maven.scm.command.Command
- public class ClearCaseCheckOutCommand
- extends org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
- implements ClearCaseCommand
- Author:
- Wim Deblauwe, Frederic Mura
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Method Summary |
protected static org.codehaus.plexus.util.cli.Commandline |
createCreateViewCommandLine(java.io.File workingDirectory,
java.lang.String viewName)
|
protected static org.codehaus.plexus.util.cli.Commandline |
createUpdateConfigSpecCommandLine(java.io.File workingDirectory,
java.io.File configSpecLocation,
java.lang.String viewName)
|
protected org.apache.maven.scm.command.checkout.CheckOutScmResult |
executeCheckOutCommand(org.apache.maven.scm.provider.ScmProviderRepository repository,
org.apache.maven.scm.ScmFileSet fileSet,
java.lang.String tag)
|
protected static java.lang.String |
getViewStore()
|
protected static boolean |
isClearCaseLT()
|
protected static void |
setIsClearCaseLT(boolean isClearCaseLT)
Deprecated. |
protected static void |
setUseVWS(boolean useVWS)
Deprecated. |
protected static boolean |
useVWS()
|
Methods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand |
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 |
ClearCaseCheckOutCommand
public ClearCaseCheckOutCommand()
executeCheckOutCommand
protected org.apache.maven.scm.command.checkout.CheckOutScmResult executeCheckOutCommand(org.apache.maven.scm.provider.ScmProviderRepository repository,
org.apache.maven.scm.ScmFileSet fileSet,
java.lang.String tag)
throws org.apache.maven.scm.ScmException
- Throws:
org.apache.maven.scm.ScmException
createCreateViewCommandLine
protected static org.codehaus.plexus.util.cli.Commandline createCreateViewCommandLine(java.io.File workingDirectory,
java.lang.String viewName)
throws java.io.IOException
- Throws:
java.io.IOException
createUpdateConfigSpecCommandLine
protected static org.codehaus.plexus.util.cli.Commandline createUpdateConfigSpecCommandLine(java.io.File workingDirectory,
java.io.File configSpecLocation,
java.lang.String viewName)
getViewStore
protected static java.lang.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
-
useVWS
protected static boolean useVWS()
- Returns:
- the value of the setting property 'useVWS'
setUseVWS
protected static void setUseVWS(boolean useVWS)
- Deprecated.
- Only use for test case
- Parameters:
useVWS
-
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.