Serialized Form


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

Class org.apache.maven.scm.providers.cvslib.settings.Settings extends java.lang.Object implements Serializable

Serialized Fields

changeLogCommandDateFormat

java.lang.String changeLogCommandDateFormat
Date format allowed by changelog command.


useCvsrc

boolean useCvsrc
Do you want to use .cvsrc file?


compressionLevel

int compressionLevel
Sets the compression level on communications with the server? If you don't want to use compression, set it to 0.


traceCvsCommand

boolean traceCvsCommand
Traces the execution of a CVS command.


temporaryFilesDirectory

java.lang.String temporaryFilesDirectory
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.


cvsVariables

java.util.Properties cvsVariables
Field cvsVariables.


modelEncoding

java.lang.String modelEncoding



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.