|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.providers.svn.settings.Settings
public class Settings
Class Settings.
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Settings()
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||