Class Settings
java.lang.Object
org.apache.maven.scm.providers.svn.settings.Settings
- All Implemented Interfaces:
Serializable
Class Settings.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Instructs Subversion to read configuration information from the specified directory instead of the default location.private String
The cygwin mount path.private String
Field modelEncoding.private boolean
Switch on to use svn command line option:--trust-server-cert
.private boolean
Switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).private boolean
Must betrue
if svn is a cygwin svn command.private boolean
Switch off if you do not like to use--non-interactive
e.g. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet instructs Subversion to read configuration information from the specified directory instead of the default location.Get the cygwin mount path.Get the modelEncoding field.boolean
Get switch on to use svn command line option:--trust-server-cert
.boolean
Get switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).boolean
Get must betrue
if svn is a cygwin svn command.boolean
Get switch off if you do not like to use--non-interactive
e.g.void
setConfigDirectory
(String configDirectory) Set instructs Subversion to read configuration information from the specified directory instead of the default location.void
setCygwinMountPath
(String cygwinMountPath) Set the cygwin mount path.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
setTrustServerCert
(boolean trustServerCert) Set switch on to use svn command line option:--trust-server-cert
.void
setUseAuthCache
(boolean useAuthCache) Set switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).void
setUseCygwinPath
(boolean useCygwinPath) Set must betrue
if svn is a cygwin svn command.void
setUseNonInteractive
(boolean useNonInteractive) Set switch off if you do not like to use--non-interactive
e.g.
-
Field Details
-
configDirectory
Instructs Subversion to read configuration information from the specified directory instead of the default location. -
useCygwinPath
private boolean useCygwinPathMust betrue
if svn is a cygwin svn command. -
cygwinMountPath
The cygwin mount path. -
useNonInteractive
private boolean useNonInteractiveSwitch off if you do not like to use--non-interactive
e.g. on Leopard (see SCM-402). -
useAuthCache
private boolean useAuthCacheSwitch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). If you don't change this, the command line option--no-auth-cache
is used. -
trustServerCert
private boolean trustServerCertSwitch on to use svn command line option:--trust-server-cert
. -
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getConfigDirectory
Get instructs Subversion to read configuration information from the specified directory instead of the default location.- Returns:
- String
-
getCygwinMountPath
Get the cygwin mount path.- Returns:
- String
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
isTrustServerCert
public boolean isTrustServerCert()Get switch on to use svn command line option:--trust-server-cert
.- Returns:
- boolean
-
isUseAuthCache
public boolean isUseAuthCache()Get switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). If you don't change this, the command line option--no-auth-cache
is used.- Returns:
- boolean
-
isUseCygwinPath
public boolean isUseCygwinPath()Get must betrue
if svn is a cygwin svn command.- Returns:
- boolean
-
isUseNonInteractive
public boolean isUseNonInteractive()Get switch off if you do not like to use--non-interactive
e.g. on Leopard (see SCM-402).- Returns:
- boolean
-
setConfigDirectory
Set instructs Subversion to read configuration information from the specified directory instead of the default location.- Parameters:
configDirectory
- a configDirectory object.
-
setCygwinMountPath
Set the cygwin mount path.- Parameters:
cygwinMountPath
- a cygwinMountPath object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
setTrustServerCert
public void setTrustServerCert(boolean trustServerCert) Set switch on to use svn command line option:--trust-server-cert
.- Parameters:
trustServerCert
- a trustServerCert object.
-
setUseAuthCache
public void setUseAuthCache(boolean useAuthCache) Set switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). If you don't change this, the command line option--no-auth-cache
is used.- Parameters:
useAuthCache
- a useAuthCache object.
-
setUseCygwinPath
public void setUseCygwinPath(boolean useCygwinPath) Set must betrue
if svn is a cygwin svn command.- Parameters:
useCygwinPath
- a useCygwinPath object.
-
setUseNonInteractive
public void setUseNonInteractive(boolean useNonInteractive) Set switch off if you do not like to use--non-interactive
e.g. on Leopard (see SCM-402).- Parameters:
useNonInteractive
- a useNonInteractive object.
-