public class Settings extends Object implements Serializable
| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Settings()
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 - Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.