Uses of Interface
jcckit.util.ConfigData
Packages that use ConfigData
-
Uses of ConfigData in jcckit.util
Classes in jcckit.util that implement ConfigDataModifier 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.Methods in jcckit.util that return ConfigDataModifier 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.Constructors in jcckit.util with parameters of type ConfigDataModifierConstructorDescriptionConfigParameters
(ConfigData configData) Creates an instance from the specified ConfigData object.