|
|||||||||||
| 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
null
| Constructor Summary | |
Settings()
|
|
| Method Summary | |
void |
addCvsVariable(java.lang.String key,
java.lang.String value)
Method addCvsVariable |
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 |
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)
|
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 int getCompressionLevel()
public java.util.Properties getCvsVariables()
public java.lang.String getTemporaryFilesDirectory()
public boolean isTraceCvsCommand()
public boolean isUseCvsrc()
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)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||