Uses of Interface
jcckit.util.ConfigData
-
Uses of ConfigData in jcckit.util
Modifier and TypeClassDescriptionclass
Implementation ofFlatConfigData
based on java.applet.Applet.class
An implementation ofConfigData
based on two instances ofConfigParameters
.class
An implementation of ConfigData based on a flat representation of the hierachically organized key-value pairs.class
Implementation ofFlatConfigData
based on java.util.Properties.Modifier and TypeMethodDescriptionprotected ConfigData
AppletBasedConfigData.createConfigData
(String path) protected abstract ConfigData
FlatConfigData.createConfigData
(String path) Returns the FlatConfigData object for the specified full path.protected ConfigData
PropertiesBasedConfigData.createConfigData
(String path) Returns a new instance of PropertiesBasedConfigData for the specified full path.Returns the ConfigData object associated with this key.Returns the ConfigData object associated with this key.Returns the ConfigData object associated with this key.ModifierConstructorDescriptionConfigParameters
(ConfigData configData) Creates an instance from the specified ConfigData object.