public class Settings extends Object implements Serializable
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
void |
addCvsVariable(String key,
String value)
Method addCvsVariable.
|
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.
|
Properties |
getCvsVariables()
Method getCvsVariables.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
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(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.
|
public Settings()
public void addCvsVariable(String key, String value)
key
- value
- public String getChangeLogCommandDateFormat()
public int getCompressionLevel()
public Properties getCvsVariables()
public String getModelEncoding()
public String getTemporaryFilesDirectory()
public boolean isTraceCvsCommand()
public boolean isUseCvsrc()
public boolean isUseForceTag()
public void setChangeLogCommandDateFormat(String changeLogCommandDateFormat)
changeLogCommandDateFormat
- public void setCompressionLevel(int compressionLevel)
compressionLevel
- public void setCvsVariables(Properties cvsVariables)
cvsVariables
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setTemporaryFilesDirectory(String temporaryFilesDirectory)
temporaryFilesDirectory
- public void setTraceCvsCommand(boolean traceCvsCommand)
traceCvsCommand
- public void setUseCvsrc(boolean useCvsrc)
useCvsrc
- public void setUseForceTag(boolean useForceTag)
useForceTag
- Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.