Class Settings
java.lang.Object
org.apache.maven.scm.providers.clearcase.settings.Settings
- All Implemented Interfaces:
Serializable
Class Settings.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe format of the USER pattern in lhistory command.private StringAre you using ClearCase LT or UCM version ?private StringField modelEncoding.private booleanDo you want to use vws parameter when clearcase provider run mkview?private StringClearcase viewstore path. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the format of the USER pattern in lhistory command.Get are you using ClearCase LT or UCM version ?Get the modelEncoding field.Get clearcase viewstore path.booleanGet do you want to use vws parameter when clearcase provider run mkview?voidsetChangelogUserFormat(String changelogUserFormat) Set the format of the USER pattern in lhistory command.voidsetClearcaseType(String clearcaseType) Set are you using ClearCase LT or UCM version ?voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetUseVWSParameter(boolean useVWSParameter) Set do you want to use vws parameter when clearcase provider run mkview?voidsetViewstore(String viewstore) Set clearcase viewstore path.
-
Field Details
-
viewstore
Clearcase viewstore path. -
useVWSParameter
private boolean useVWSParameterDo you want to use vws parameter when clearcase provider run mkview? -
clearcaseType
Are you using ClearCase LT or UCM version ? -
changelogUserFormat
The format of the USER pattern in lhistory command. For example, it can be "-8.8". -
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getChangelogUserFormat
Get the format of the USER pattern in lhistory command. For example, it can be "-8.8".- Returns:
- String
-
getClearcaseType
Get are you using ClearCase LT or UCM version ?- Returns:
- String
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getViewstore
Get clearcase viewstore path.- Returns:
- String
-
isUseVWSParameter
public boolean isUseVWSParameter()Get do you want to use vws parameter when clearcase provider run mkview?- Returns:
- boolean
-
setChangelogUserFormat
Set the format of the USER pattern in lhistory command. For example, it can be "-8.8".- Parameters:
changelogUserFormat- a changelogUserFormat object.
-
setClearcaseType
Set are you using ClearCase LT or UCM version ?- Parameters:
clearcaseType- a clearcaseType object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setUseVWSParameter
public void setUseVWSParameter(boolean useVWSParameter) Set do you want to use vws parameter when clearcase provider run mkview?- Parameters:
useVWSParameter- a useVWSParameter object.
-
setViewstore
Set clearcase viewstore path.- Parameters:
viewstore- a viewstore object.
-