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 String
The format of the USER pattern in lhistory command.private String
Are you using ClearCase LT or UCM version ?private String
Field modelEncoding.private boolean
Do you want to use vws parameter when clearcase provider run mkview?private String
Clearcase 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.boolean
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.
-
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.
-