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 |
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 |
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.
|
public String getConfigDirectory()
public String getCygwinMountPath()
public String getModelEncoding()
public boolean isUseCygwinPath()
public boolean isUseNonInteractive()
public void setConfigDirectory(String configDirectory)
configDirectory - public void setCygwinMountPath(String cygwinMountPath)
cygwinMountPath - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setUseCygwinPath(boolean useCygwinPath)
useCygwinPath - public void setUseNonInteractive(boolean useNonInteractive)
useNonInteractive - Copyright © 2003–2014. All rights reserved.