public class Settings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
configDirectory
Instructs Subversion to read configuration
information from the specified directory instead of the
default location.
|
private java.lang.String |
cygwinMountPath
The cygwin mount path.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
private boolean |
trustServerCert
Switch on to use svn command line option:
--trust-server-cert . |
private boolean |
useAuthCache
Switch on if you want to cache authentication
credentials (Warning: this will overwrite existing
authentication credentials on your working copy).
|
private boolean |
useCygwinPath
Must be
true if svn is a cygwin
svn command. |
private boolean |
useNonInteractive
Switch off if you do not like to use
--non-interactive e.g. |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigDirectory()
Get instructs Subversion to read configuration information
from the specified directory instead of the default
location.
|
java.lang.String |
getCygwinMountPath()
Get the cygwin mount path.
|
java.lang.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. |
void |
setConfigDirectory(java.lang.String configDirectory)
Set instructs Subversion to read configuration information
from the specified directory instead of the default
location.
|
void |
setCygwinMountPath(java.lang.String cygwinMountPath)
Set the cygwin mount path.
|
void |
setModelEncoding(java.lang.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. |
private java.lang.String configDirectory
private boolean useCygwinPath
true
if svn is a cygwin
svn command.private java.lang.String cygwinMountPath
private boolean useNonInteractive
--non-interactive
e.g. on Leopard (see
SCM-402).private boolean useAuthCache
--no-auth-cache
is used.private boolean trustServerCert
--trust-server-cert
.private java.lang.String modelEncoding
public java.lang.String getConfigDirectory()
public java.lang.String getCygwinMountPath()
public java.lang.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(java.lang.String configDirectory)
configDirectory
- public void setCygwinMountPath(java.lang.String cygwinMountPath)
cygwinMountPath
- public void setModelEncoding(java.lang.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
-