|
||||||||||
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 | |
---|---|
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 |
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 |
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 java.lang.String getConfigDirectory()
public java.lang.String getCygwinMountPath()
public java.lang.String getModelEncoding()
public boolean isUseCygwinPath()
public boolean isUseNonInteractive()
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 setUseCygwinPath(boolean useCygwinPath)
useCygwinPath
- public void setUseNonInteractive(boolean useNonInteractive)
useNonInteractive
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |