Uses of Interface
jcckit.util.ConfigData
Packages that use ConfigData
-
Uses of ConfigData in jcckit.util
Classes in jcckit.util that implement ConfigDataModifier and TypeClassDescriptionclassImplementation ofFlatConfigDatabased on java.applet.Applet.classAn implementation ofConfigDatabased on two instances ofConfigParameters.classAn implementation of ConfigData based on a flat representation of the hierachically organized key-value pairs.classImplementation ofFlatConfigDatabased on java.util.Properties.Methods in jcckit.util that return ConfigDataModifier and TypeMethodDescriptionprotected ConfigDataAppletBasedConfigData.createConfigData(String path) protected abstract ConfigDataFlatConfigData.createConfigData(String path) Returns the FlatConfigData object for the specified full path.protected ConfigDataPropertiesBasedConfigData.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.