org.apache.maven.scm.providers.cvslib.settings

Class Settings

public class Settings extends Object implements Serializable

null

Version: $Revision$ $Date$

Method Summary
voidaddCvsVariable(String key, String value)
Method addCvsVariable
intgetCompressionLevel()
Get Sets the compression level on communications with the server?
PropertiesgetCvsVariables()
Method getCvsVariables
StringgetModelEncoding()
StringgetTemporaryFilesDirectory()
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).
booleanisTraceCvsCommand()
Get Traces the execution of a CVS command.
booleanisUseCvsrc()
Get Do you want to use .cvsrc file?
voidsetCompressionLevel(int compressionLevel)
Set Sets the compression level on communications with the server?
voidsetCvsVariables(Properties cvsVariables)
Set This sets internal CVS variables
voidsetModelEncoding(String modelEncoding)
voidsetTemporaryFilesDirectory(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).
voidsetTraceCvsCommand(boolean traceCvsCommand)
Set Traces the execution of a CVS command.
voidsetUseCvsrc(boolean useCvsrc)
Set Do you want to use .cvsrc file?

Method Detail

addCvsVariable

public void addCvsVariable(String key, String value)
Method addCvsVariable

Parameters: key value

getCompressionLevel

public int getCompressionLevel()
Get Sets the compression level on communications with the server? If you don't want to use compression, set it to 0.

getCvsVariables

public Properties getCvsVariables()
Method getCvsVariables

getModelEncoding

public String getModelEncoding()

getTemporaryFilesDirectory

public 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). It should be an absolute path.

isTraceCvsCommand

public boolean isTraceCvsCommand()
Get Traces the execution of a CVS command.

isUseCvsrc

public boolean isUseCvsrc()
Get Do you want to use .cvsrc file?

setCompressionLevel

public 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.

Parameters: compressionLevel

setCvsVariables

public void setCvsVariables(Properties cvsVariables)
Set This sets internal CVS variables

Parameters: cvsVariables

setModelEncoding

public void setModelEncoding(String modelEncoding)

setTemporaryFilesDirectory

public 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). It should be an absolute path.

Parameters: temporaryFilesDirectory

setTraceCvsCommand

public void setTraceCvsCommand(boolean traceCvsCommand)
Set Traces the execution of a CVS command.

Parameters: traceCvsCommand

setUseCvsrc

public void setUseCvsrc(boolean useCvsrc)
Set Do you want to use .cvsrc file?

Parameters: useCvsrc

Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.