|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.criticalsection.maven.scm.providers.monotone.settings.Settings
public class Settings
null
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigDirectory()
Get Instructs Monotone to read configuration information from the specified directory instead of the default location. |
java.lang.String |
getDatabase()
Get Instructs Monotone to use the specified database for operations. |
java.lang.String |
getKey()
Get Instructs Monotone to use the specified key for commit operations. |
java.lang.String |
getKeyringDirectory()
Get Instructs Monotone to read the keys from the specified directory instead of the default location. |
java.lang.String |
getModelEncoding()
|
void |
setConfigDirectory(java.lang.String configDirectory)
Set Instructs Monotone to read configuration information from the specified directory instead of the default location. |
void |
setDatabase(java.lang.String database)
Set Instructs Monotone to use the specified database for operations. |
void |
setKey(java.lang.String key)
Set Instructs Monotone to use the specified key for commit operations. |
void |
setKeyringDirectory(java.lang.String keyringDirectory)
Set Instructs Monotone to read the keys from the specified directory instead of the default location. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
| 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 getDatabase()
public java.lang.String getKey()
public java.lang.String getKeyringDirectory()
public void setConfigDirectory(java.lang.String configDirectory)
configDirectory - public void setDatabase(java.lang.String database)
database - public void setKey(java.lang.String key)
key - public void setKeyringDirectory(java.lang.String keyringDirectory)
keyringDirectory - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||