Class Settings
- java.lang.Object
- 
- org.apache.maven.scm.providers.svn.settings.Settings
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Settings extends Object implements Serializable Class Settings.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Settings()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigDirectory()Get instructs Subversion to read configuration information from the specified directory instead of the default location.StringgetCygwinMountPath()Get the cygwin mount path.StringgetModelEncoding()Get the modelEncoding field.booleanisTrustServerCert()Get switch on to use svn command line option:--trust-server-cert.booleanisUseAuthCache()Get switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).booleanisUseCygwinPath()Get must betrueif svn is a cygwin svn command.booleanisUseNonInteractive()Get 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.
 
- 
- 
- 
Constructor Detail- 
Settingspublic Settings() 
 
- 
 - 
Method Detail- 
getConfigDirectorypublic String getConfigDirectory() Get instructs Subversion to read configuration information from the specified directory instead of the default location.- Returns:
- String
 
 - 
getCygwinMountPathpublic String getCygwinMountPath() Get the cygwin mount path.- Returns:
- String
 
 - 
getModelEncodingpublic String getModelEncoding() Get the modelEncoding field.- Returns:
- String
 
 - 
isTrustServerCertpublic boolean isTrustServerCert() Get switch on to use svn command line option:--trust-server-cert.- Returns:
- boolean
 
 - 
isUseAuthCachepublic 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
 
 - 
isUseCygwinPathpublic boolean isUseCygwinPath() Get must betrueif svn is a cygwin svn command.- Returns:
- boolean
 
 - 
isUseNonInteractivepublic 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
 
 - 
setConfigDirectorypublic void setConfigDirectory(String configDirectory) Set instructs Subversion to read configuration information from the specified directory instead of the default location.- Parameters:
- configDirectory- a configDirectory object.
 
 - 
setCygwinMountPathpublic void setCygwinMountPath(String cygwinMountPath) Set the cygwin mount path.- Parameters:
- cygwinMountPath- a cygwinMountPath object.
 
 - 
setModelEncodingpublic void setModelEncoding(String modelEncoding) Set the modelEncoding field.- Parameters:
- modelEncoding- a modelEncoding object.
 
 - 
setTrustServerCertpublic void setTrustServerCert(boolean trustServerCert) Set switch on to use svn command line option:--trust-server-cert.- Parameters:
- trustServerCert- a trustServerCert object.
 
 - 
setUseAuthCachepublic 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.
 
 - 
setUseCygwinPathpublic void setUseCygwinPath(boolean useCygwinPath) Set must betrueif svn is a cygwin svn command.- Parameters:
- useCygwinPath- a useCygwinPath object.
 
 - 
setUseNonInteractivepublic 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.
 
 
- 
 
-