org.apache.maven.scm.provider.clearcase.repository
public class ClearCaseScmProviderRepository extends ScmProviderRepository
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLEARCASE_DEFAULT
Define the default value from the clearcase-settings.xml when using ClearCase
|
static java.lang.String |
CLEARCASE_LT
Define the flag used in the clearcase-settings.xml when using ClearCaseLT
|
static java.lang.String |
CLEARCASE_UCM
Define the flag used in the clearcase-settings.xml when using ClearCaseUCM
|
Constructor and Description |
---|
ClearCaseScmProviderRepository(ScmLogger logger,
java.lang.String url,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getConfigSpec()
Returns the user-supplied config spec or
null in case it
should be automatically generated |
java.lang.String |
getElementName() |
java.lang.String |
getLoadDirectory()
Returns the VOB directory to be loaded when auto-generating the config
spec.
|
java.lang.String |
getStreamName() |
java.lang.String |
getViewName(java.lang.String uniqueId)
Returns the name of the view.
|
java.lang.String |
getVobName() |
boolean |
hasElements() |
boolean |
isAutoConfigSpec()
Returns true when the config spec has not been supplied by the user, but
instead should automatically be generated by the plugin
|
getParent, getPassword, getRelativePath, getUser, isPersistCheckout, setPassword, setPersistCheckout, setUser
public static final java.lang.String CLEARCASE_LT
public static final java.lang.String CLEARCASE_UCM
public static final java.lang.String CLEARCASE_DEFAULT
public ClearCaseScmProviderRepository(ScmLogger logger, java.lang.String url, Settings settings) throws ScmRepositoryException
ScmRepositoryException
public java.lang.String getViewName(java.lang.String uniqueId)
uniqueId
- public java.io.File getConfigSpec()
null
in case it
should be automatically generatednull
isAutoConfigSpec()
public boolean isAutoConfigSpec()
public java.lang.String getLoadDirectory()
null
when isAutoConfigSpec() returns false;
otherwise the VOB directorypublic java.lang.String getStreamName()
public java.lang.String getVobName()
public java.lang.String getElementName()
public boolean hasElements()
Copyright © 2003-2014. All Rights Reserved.