public class Settings extends Object implements Serializable
| Constructor and Description | 
|---|
Settings()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getConfigDirectory()
Get instructs Subversion to read configuration information
 from the specified directory instead of the default
 location. 
 | 
String | 
getCygwinMountPath()
Get the cygwin mount path. 
 | 
String | 
getModelEncoding()
Get the modelEncoding field. 
 | 
boolean | 
isTrustServerCert()
Get switch on to use svn command line option:
  
--trust-server-cert. | 
boolean | 
isUseAuthCache()
Get switch on if you want to cache authentication
 credentials (Warning: this will overwrite existing
 authentication credentials on your working copy). 
 | 
boolean | 
isUseCygwinPath()
Get must be  
true if svn is a cygwin svn
 command. | 
boolean | 
isUseNonInteractive()
Get switch off if you do not like to use
  
--non-interactive e.g. on Leopard (see
 SCM-402). | 
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 be  
true 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. on Leopard (see
 SCM-402). | 
public Settings()
public String getConfigDirectory()
public String getCygwinMountPath()
public String getModelEncoding()
public boolean isTrustServerCert()
--trust-server-cert.public boolean isUseAuthCache()
--no-auth-cache is used.public boolean isUseCygwinPath()
true if svn is a cygwin svn
 command.public boolean isUseNonInteractive()
--non-interactive e.g. on Leopard (see
 SCM-402).public void setConfigDirectory(String configDirectory)
configDirectory - public void setCygwinMountPath(String cygwinMountPath)
cygwinMountPath - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setTrustServerCert(boolean trustServerCert)
--trust-server-cert.trustServerCert - public void setUseAuthCache(boolean useAuthCache)
--no-auth-cache is used.useAuthCache - public void setUseCygwinPath(boolean useCygwinPath)
true if svn is a cygwin svn
 command.useCygwinPath - public void setUseNonInteractive(boolean useNonInteractive)
--non-interactive e.g. on Leopard (see
 SCM-402).useNonInteractive - Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.