|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.provider.ScmProviderRepository
org.apache.maven.scm.provider.clearcase.repository.ClearCaseScmProviderRepository
public class ClearCaseScmProviderRepository
Provider Repository for ClearCase (standard, LT, UCM)
Url format for ClearCase and ClearCaseLT :
| Field Summary | |
|---|---|
static String |
CLEARCASE_DEFAULT
Define the default value from the clearcase-settings.xml when using ClearCase |
static String |
CLEARCASE_LT
Define the flag used in the clearcase-settings.xml when using ClearCaseLT |
static String |
CLEARCASE_UCM
Define the flag used in the clearcase-settings.xml when using ClearCaseUCM |
| Constructor Summary | |
|---|---|
ClearCaseScmProviderRepository(ScmLogger logger,
String url,
Settings settings)
|
|
| Method Summary | |
|---|---|
File |
getConfigSpec()
Returns the user-supplied config spec or null in case it
should be automatically generated |
String |
getElementName()
|
String |
getLoadDirectory()
Returns the VOB directory to be loaded when auto-generating the config spec. |
String |
getStreamName()
|
String |
getViewName(String uniqueId)
Returns the name of the view. |
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 |
| Methods inherited from class org.apache.maven.scm.provider.ScmProviderRepository |
|---|
getParent, getPassword, getRelativePath, getUser, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CLEARCASE_LT
public static final String CLEARCASE_UCM
public static final String CLEARCASE_DEFAULT
| Constructor Detail |
|---|
public ClearCaseScmProviderRepository(ScmLogger logger,
String url,
Settings settings)
throws ScmRepositoryException
ScmRepositoryException| Method Detail |
|---|
public String getViewName(String uniqueId)
uniqueId -
public File getConfigSpec()
null in case it
should be automatically generated
nullisAutoConfigSpec()public boolean isAutoConfigSpec()
public String getLoadDirectory()
null when isAutoConfigSpec() returns false;
otherwise the VOB directorypublic String getStreamName()
public String getVobName()
public String getElementName()
public boolean hasElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||