public class Settings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeLogCommandDateFormat
Date format allowed by changelog command.
|
private int |
compressionLevel
Sets the compression level on communications
with the server? If you don't want to use compression, set
it to 0.
|
private java.util.Properties |
cvsVariables
Field cvsVariables.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
private java.lang.String |
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).
|
private boolean |
traceCvsCommand
Traces the execution of a CVS command.
|
private boolean |
useCvsrc
Do you want to use .cvsrc file?
|
private boolean |
useForceTag
Move tag if it already exists.
|
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
void |
addCvsVariable(java.lang.String key,
java.lang.String value)
Method addCvsVariable.
|
java.lang.String |
getChangeLogCommandDateFormat()
Get date format allowed by changelog command.
|
int |
getCompressionLevel()
Get sets the compression level on communications with the
server? If you don't want to use compression, set it to 0.
|
java.util.Properties |
getCvsVariables()
Method getCvsVariables.
|
java.lang.String |
getModelEncoding()
Get the modelEncoding field.
|
java.lang.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).
|
boolean |
isTraceCvsCommand()
Get traces the execution of a CVS command.
|
boolean |
isUseCvsrc()
Get do you want to use .cvsrc file?
|
boolean |
isUseForceTag()
Get move tag if it already exists.
|
void |
setChangeLogCommandDateFormat(java.lang.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(java.util.Properties cvsVariables)
Set this sets internal CVS variables.
|
void |
setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.
|
void |
setTemporaryFilesDirectory(java.lang.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.
|
private java.lang.String changeLogCommandDateFormat
private boolean useCvsrc
private int compressionLevel
private boolean traceCvsCommand
private java.lang.String temporaryFilesDirectory
private java.util.Properties cvsVariables
private boolean useForceTag
private java.lang.String modelEncoding
public void addCvsVariable(java.lang.String key, java.lang.String value)
key
- value
- public java.lang.String getChangeLogCommandDateFormat()
public int getCompressionLevel()
public java.util.Properties getCvsVariables()
public java.lang.String getModelEncoding()
public java.lang.String getTemporaryFilesDirectory()
public boolean isTraceCvsCommand()
public boolean isUseCvsrc()
public boolean isUseForceTag()
public void setChangeLogCommandDateFormat(java.lang.String changeLogCommandDateFormat)
changeLogCommandDateFormat
- public void setCompressionLevel(int compressionLevel)
compressionLevel
- public void setCvsVariables(java.util.Properties cvsVariables)
cvsVariables
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public void setTemporaryFilesDirectory(java.lang.String temporaryFilesDirectory)
temporaryFilesDirectory
- public void setTraceCvsCommand(boolean traceCvsCommand)
traceCvsCommand
- public void setUseCvsrc(boolean useCvsrc)
useCvsrc
- public void setUseForceTag(boolean useForceTag)
useForceTag
-