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 StringInstructs Subversion to read configuration information from the specified directory instead of the default location.private StringThe cygwin mount path.private StringField modelEncoding.private booleanSwitch on to use svn command line option:--trust-server-cert.private booleanSwitch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).private booleanMust betrueif svn is a cygwin svn command.private booleanSwitch on if you want to use--non-interactiveirrespective of the interactive flag set on the according SCM provider. -
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.booleanGet switch on to use svn command line option:--trust-server-cert.booleanGet switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).booleanGet must betrueif svn is a cygwin svn command.booleanGet switch on if you want to use--non-interactiveirrespective of the interactive flag set on the according SCM provider.voidsetConfigDirectory(String configDirectory) Set instructs Subversion to read configuration information from the specified directory instead of the default location.voidsetCygwinMountPath(String cygwinMountPath) Set the cygwin mount path.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetTrustServerCert(boolean trustServerCert) Set switch on to use svn command line option:--trust-server-cert.voidsetUseAuthCache(boolean useAuthCache) Set switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).voidsetUseCygwinPath(boolean useCygwinPath) Set must betrueif svn is a cygwin svn command.voidsetUseNonInteractive(boolean useNonInteractive) Set switch on if you want to use--non-interactiveirrespective of the interactive flag set on the according SCM provider.
-
Field Details
-
configDirectory
Instructs Subversion to read configuration information from the specified directory instead of the default location. -
useCygwinPath
private boolean useCygwinPathMust betrueif svn is a cygwin svn command. -
cygwinMountPath
The cygwin mount path. -
useNonInteractive
private boolean useNonInteractiveSwitch on if you want to use--non-interactiveirrespective of the interactive flag set on the according SCM provider. The value false means that provider's interactive flag is used to determine this CLI argument. -
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-cacheis 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
-
getModelEncoding
-
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-cacheis used.- Returns:
- boolean
-
isUseCygwinPath
public boolean isUseCygwinPath()Get must betrueif svn is a cygwin svn command.- Returns:
- boolean
-
isUseNonInteractive
public boolean isUseNonInteractive()Get switch on if you want to use--non-interactiveirrespective of the interactive flag set on the according SCM provider. The value false means that provider's interactive flag is used to determine this CLI argument.- 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-cacheis used.- Parameters:
useAuthCache- a useAuthCache object.
-
setUseCygwinPath
public void setUseCygwinPath(boolean useCygwinPath) Set must betrueif svn is a cygwin svn command.- Parameters:
useCygwinPath- a useCygwinPath object.
-
setUseNonInteractive
public void setUseNonInteractive(boolean useNonInteractive) Set switch on if you want to use--non-interactiveirrespective of the interactive flag set on the according SCM provider. The value false means that provider's interactive flag is used to determine this CLI argument.- Parameters:
useNonInteractive- a useNonInteractive object.
-