|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.zoolu.tools.Configure
Configure helps the loading and saving of configuration data.
| Field Summary | |
static java.lang.String |
NONE
String 'NONE' used as undefined value (i.e. null). |
| Constructor Summary | |
protected |
Configure()
Costructs a Configure container |
|
Configure(Configurable configurable,
java.lang.String file)
Costructs a Configure container |
| Method Summary | |
protected void |
loadFile(java.lang.String file)
Loads Configure attributes from the specified file |
protected void |
parseLine(java.lang.String line)
Parses a single text line (read from the config file) |
protected void |
saveFile(java.lang.String file)
Saves Configure attributes on the specified file |
protected java.lang.String |
toLines()
Converts the entire object into lines (to be saved into the config file) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String NONE
| Constructor Detail |
protected Configure()
public Configure(Configurable configurable,
java.lang.String file)
| Method Detail |
protected void parseLine(java.lang.String line)
protected java.lang.String toLines()
protected void loadFile(java.lang.String file)
protected void saveFile(java.lang.String file)
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||