org.apache.maven.scm.providers.cvslib.settings
public class Settings extends Object implements Serializable
Version: $Revision$ $Date$
Method Summary | |
---|---|
void | addCvsVariable(String key, String value)
Method addCvsVariable
|
int | getCompressionLevel()
Get
Sets the compression level on communications
with the server? |
Properties | getCvsVariables()
Method getCvsVariables |
String | getModelEncoding() |
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?
|
void | setCompressionLevel(int compressionLevel)
Set
Sets the compression level on communications
with the server? |
void | setCvsVariables(Properties cvsVariables)
Set
This sets internal CVS variables
|
void | setModelEncoding(String modelEncoding) |
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?
|
Parameters: key value
Parameters: compressionLevel
Parameters: cvsVariables
Parameters: temporaryFilesDirectory
Parameters: traceCvsCommand
Parameters: useCvsrc