|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.providers.cvslib.settings.Settings
public class Settings
Class Settings.
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
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()
|
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? |
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 an encoding used for reading/writing the model. |
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? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Settings()
| Method Detail |
|---|
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 getTemporaryFilesDirectory()
public boolean isTraceCvsCommand()
public boolean isUseCvsrc()
public void setChangeLogCommandDateFormat(java.lang.String changeLogCommandDateFormat)
changeLogCommandDateFormat - public void setCompressionLevel(int compressionLevel)
compressionLevel - public void setCvsVariables(java.util.Properties cvsVariables)
cvsVariables - public void setTemporaryFilesDirectory(java.lang.String temporaryFilesDirectory)
temporaryFilesDirectory - public void setTraceCvsCommand(boolean traceCvsCommand)
traceCvsCommand - public void setUseCvsrc(boolean useCvsrc)
useCvsrc - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||