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, getNode
public AppletBasedConfigData(Applet applet)
protected String getValue(String fullKey)
FlatConfigData
getValue
in class FlatConfigData
fullKey
- The full key including path. null is not allowed.protected ConfigData createConfigData(String path)
FlatConfigData
createConfigData
in class FlatConfigData
path
- The full path.Copyright © 2017. All Rights Reserved.