|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.application.config.Config
Class for holding the configuration information for the editor.
Constructor Summary | |
Config(java.lang.String inFileName)
This class can read and write configuration information for the application. |
Method Summary | |
java.lang.String |
getValue(java.lang.String inKey)
Return the Value associated with this key, returns void if the key was not found |
java.lang.String |
getValue(java.lang.String inKey,
java.lang.String inDefault)
Return the Value associated with this key, returns void if the key was not found |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Config(java.lang.String inFileName)
Method Detail |
public java.lang.String getValue(java.lang.String inKey)
public java.lang.String getValue(java.lang.String inKey, java.lang.String inDefault)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |