Serialized Form


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

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

Serialized Fields

changeLogCommandDateFormat

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

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

Properties cvsVariables
Field cvsVariables.


useForceTag

boolean useForceTag
Move tag if it already exists.


modelEncoding

String modelEncoding
Field modelEncoding.



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