|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.util.FlatConfigData jcckit.util.AppletBasedConfigData
Implementation of FlatConfigData
based on
java.applet.Applet.
Constructor Summary | |
AppletBasedConfigData(java.applet.Applet applet)
Creates an instance based on the specified applet. |
Method Summary | |
protected ConfigData |
createConfigData(java.lang.String path)
Returns the FlatConfigData object for the specified full path. |
protected java.lang.String |
getValue(java.lang.String fullKey)
Returns the value for the specified full key from the flat representation of the hierarchically organized key-value pairs. |
Methods inherited from class jcckit.util.FlatConfigData |
get, getFullKey, getNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppletBasedConfigData(java.applet.Applet applet)
Method Detail |
protected java.lang.String getValue(java.lang.String fullKey)
FlatConfigData
getValue
in class FlatConfigData
fullKey
- The full key including path. null is not allowed.
protected ConfigData createConfigData(java.lang.String path)
FlatConfigData
createConfigData
in class FlatConfigData
path
- The full path.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |