Class Settings
java.lang.Object
org.apache.maven.scm.providers.cvslib.settings.Settings
- All Implemented Interfaces:
Serializable
Class Settings.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Date format allowed by changelog command.private int
Sets the compression level on communications with the server? If you don't want to use compression, set it to 0.private Properties
Field cvsVariables.private String
Field modelEncoding.private String
Stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists).private boolean
Traces the execution of a CVS command.private boolean
Do you want to use .cvsrc file?private boolean
Move tag if it already exists. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCvsVariable
(String key, String value) Method addCvsVariable.Get date format allowed by changelog command.int
Get sets the compression level on communications with the server? If you don't want to use compression, set it to 0.Method getCvsVariables.Get the modelEncoding field.Get stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists).boolean
Get traces the execution of a CVS command.boolean
Get do you want to use .cvsrc file?boolean
Get move tag if it already exists.void
setChangeLogCommandDateFormat
(String changeLogCommandDateFormat) Set date format allowed by changelog command.void
setCompressionLevel
(int compressionLevel) Set sets the compression level on communications with the server? If you don't want to use compression, set it to 0.void
setCvsVariables
(Properties cvsVariables) Set this sets internal CVS variables.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
setTemporaryFilesDirectory
(String temporaryFilesDirectory) Set stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists).void
setTraceCvsCommand
(boolean traceCvsCommand) Set traces the execution of a CVS command.void
setUseCvsrc
(boolean useCvsrc) Set do you want to use .cvsrc file?void
setUseForceTag
(boolean useForceTag) Set move tag if it already exists.
-
Field Details
-
changeLogCommandDateFormat
Date format allowed by changelog command. -
useCvsrc
private boolean useCvsrcDo you want to use .cvsrc file? -
compressionLevel
private int compressionLevelSets the compression level on communications with the server? If you don't want to use compression, set it to 0. -
traceCvsCommand
private boolean traceCvsCommandTraces the execution of a CVS command. -
temporaryFilesDirectory
Stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists). It should be an absolute path. -
cvsVariables
Field cvsVariables. -
useForceTag
private boolean useForceTagMove tag if it already exists. -
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
addCvsVariable
Method addCvsVariable.- Parameters:
key
- a key object.value
- a value object.
-
getChangeLogCommandDateFormat
Get date format allowed by changelog command.- Returns:
- String
-
getCompressionLevel
public int getCompressionLevel()Get sets the compression level on communications with the server? If you don't want to use compression, set it to 0.- Returns:
- int
-
getCvsVariables
Method getCvsVariables.- Returns:
- Properties
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getTemporaryFilesDirectory
Get stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists). It should be an absolute path.- Returns:
- String
-
isTraceCvsCommand
public boolean isTraceCvsCommand()Get traces the execution of a CVS command.- Returns:
- boolean
-
isUseCvsrc
public boolean isUseCvsrc()Get do you want to use .cvsrc file?- Returns:
- boolean
-
isUseForceTag
public boolean isUseForceTag()Get move tag if it already exists.- Returns:
- boolean
-
setChangeLogCommandDateFormat
Set date format allowed by changelog command.- Parameters:
changeLogCommandDateFormat
- a changeLogCommandDateFormat object.
-
setCompressionLevel
public void setCompressionLevel(int compressionLevel) Set sets the compression level on communications with the server? If you don't want to use compression, set it to 0.- Parameters:
compressionLevel
- a compressionLevel object.
-
setCvsVariables
Set this sets internal CVS variables.- Parameters:
cvsVariables
- a cvsVariables object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
setTemporaryFilesDirectory
Set stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists). It should be an absolute path.- Parameters:
temporaryFilesDirectory
- a temporaryFilesDirectory object.
-
setTraceCvsCommand
public void setTraceCvsCommand(boolean traceCvsCommand) Set traces the execution of a CVS command.- Parameters:
traceCvsCommand
- a traceCvsCommand object.
-
setUseCvsrc
public void setUseCvsrc(boolean useCvsrc) Set do you want to use .cvsrc file?- Parameters:
useCvsrc
- a useCvsrc object.
-
setUseForceTag
public void setUseForceTag(boolean useForceTag) Set move tag if it already exists.- Parameters:
useForceTag
- a useForceTag object.
-