Serialized Form


Package org.apache.maven.scm.provider.svn

Class org.apache.maven.scm.provider.svn.SvnChangeSet extends ChangeSet implements Serializable


Package org.apache.maven.scm.provider.svn.command.info

Class org.apache.maven.scm.provider.svn.command.info.SvnInfoScmResult extends ScmResult implements Serializable

Serialized Fields

infoItems

java.util.List<E> infoItems

Package org.apache.maven.scm.provider.svn.command.update

Class org.apache.maven.scm.provider.svn.command.update.SvnUpdateScmResult extends UpdateScmResultWithRevision implements Serializable


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

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

Serialized Fields

configDirectory

java.lang.String configDirectory
Instructs Subversion to read configuration information from the specified directory instead of the default location.


useCygwinPath

boolean useCygwinPath
Must be true if svn is a cygwin svn command.


cygwinMountPath

java.lang.String cygwinMountPath
The cygwin mount path. The default value is '/cygwin'.


useNonInteractive

boolean useNonInteractive
Switch off if you do not like to use --non-interactive e.g. on Leopard (see SCM-402).


useAuthCache

boolean useAuthCache
Switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy) .


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.



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