public class AppletBasedConfigData extends FlatConfigData
FlatConfigData based on
java.applet.Applet.| Constructor and Description |
|---|
AppletBasedConfigData(Applet applet)
Creates an instance based on the specified applet.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigData |
createConfigData(String path)
Returns the FlatConfigData object for the specified full path.
|
protected String |
getValue(String fullKey)
Returns the value for the specified full key from the flat
representation of the hierarchically organized key-value pairs.
|
get, getFullKey, getNodepublic AppletBasedConfigData(Applet applet)
protected String getValue(String fullKey)
FlatConfigDatagetValue in class FlatConfigDatafullKey - The full key including path. null is not allowed.protected ConfigData createConfigData(String path)
FlatConfigDatacreateConfigData in class FlatConfigDatapath - The full path.Copyright © 2016. All Rights Reserved.