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

java.lang.Object
  extended byorg.apache.maven.scm.providers.cvslib.settings.Settings
All Implemented Interfaces:
java.io.Serializable

public class Settings
extends java.lang.Object
implements java.io.Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Settings

public Settings()
Method Detail

addCvsVariable

public void addCvsVariable(java.lang.String key,
                           java.lang.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 java.util.Properties getCvsVariables()
Method getCvsVariables


getTemporaryFilesDirectory

public 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). 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(java.util.Properties cvsVariables)
Set This sets internal CVS variables

Parameters:
cvsVariables -

setTemporaryFilesDirectory

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

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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