|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ shell overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.shell
Class ShellConfig

java.lang.Objectcom.arranger.jarl.shell.ShellConfig
- public class ShellConfig
- extends java.lang.Object
ShellConfig
maintains a property bag for the jarl shell app.
Usage:
ShellConfig config = new ShellConfig();
config.getProperties().setProperty("foo", "bar");
config.save();
| Field Summary | |
protected java.util.Properties |
m_properties
|
| Constructor Summary | |
ShellConfig()
|
|
| Method Summary | |
protected java.io.File |
getPrefFile()
|
java.util.Properties |
getProperties()
|
java.lang.String |
getProperty(java.lang.String name)
|
void |
save()
|
void |
setProperty(java.lang.String name,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_properties
protected java.util.Properties m_properties
| Constructor Detail |
ShellConfig
public ShellConfig()
throws java.lang.Exception
| Method Detail |
save
public void save()
throws java.lang.Exception
getProperties
public java.util.Properties getProperties()
getProperty
public java.lang.String getProperty(java.lang.String name)
setProperty
public void setProperty(java.lang.String name, java.lang.String value)
getPrefFile
protected java.io.File getPrefFile()
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ shell overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.shell.ShellConfig