|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.providers.clearcase.settings.Settings
public class Settings
Class Settings.
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
String |
getChangelogUserFormat()
Get the format of the USER pattern in lhistory command. |
String |
getClearcaseType()
Get are you using ClearCase LT or UCM version ? |
String |
getModelEncoding()
Get the modelEncoding field. |
String |
getViewstore()
Get clearcase viewstore path. |
boolean |
isUseVWSParameter()
Get do you want to use vws parameter when clearcase provider run mkview? |
void |
setChangelogUserFormat(String changelogUserFormat)
Set the format of the USER pattern in lhistory command. |
void |
setClearcaseType(String clearcaseType)
Set are you using ClearCase LT or UCM version ? |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setUseVWSParameter(boolean useVWSParameter)
Set do you want to use vws parameter when clearcase provider run mkview? |
void |
setViewstore(String viewstore)
Set clearcase viewstore path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Settings()
| Method Detail |
|---|
public String getChangelogUserFormat()
public String getClearcaseType()
public String getModelEncoding()
public String getViewstore()
public boolean isUseVWSParameter()
public void setChangelogUserFormat(String changelogUserFormat)
changelogUserFormat - public void setClearcaseType(String clearcaseType)
clearcaseType - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setUseVWSParameter(boolean useVWSParameter)
useVWSParameter - public void setViewstore(String viewstore)
viewstore -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||