Uses of Interface
org.jconfig.handler.ConfigurationHandler

Packages that use ConfigurationHandler
org.jconfig   
org.jconfig.bootstrap   
org.jconfig.handler   
 

Uses of ConfigurationHandler in org.jconfig
 

Methods in org.jconfig that return ConfigurationHandler
 ConfigurationHandler ConfigurationManager.getConfigurationHandler(java.lang.String name)
          Returns the handler used during the creation of the Configuration.
 

Methods in org.jconfig with parameters of type ConfigurationHandler
 void ConfigurationManager.load(ConfigurationHandler configurationHandler, java.lang.String configurationName)
          This method will load a configuration with the specific ConfigurationHandler and store it in the internal map with the given name.
 void ConfigurationManager.save(ConfigurationHandler handler, Configuration config)
          This method will save a configuration using the defined ConfigurationHandler.
 

Uses of ConfigurationHandler in org.jconfig.bootstrap
 

Methods in org.jconfig.bootstrap that return ConfigurationHandler
 ConfigurationHandler LoadedItem.getHandler()
          Getter for property handler.
 

Constructors in org.jconfig.bootstrap with parameters of type ConfigurationHandler
LoadedItem(java.lang.String name, Configuration config, ConfigurationHandler handler)
           
 

Uses of ConfigurationHandler in org.jconfig.handler
 

Classes in org.jconfig.handler that implement ConfigurationHandler
 class AbstractHandler
           
 class BaseXMLHandler
          This class is used internally to save a configuration to a file.
 class ConfigServerHandler
           
 class InputStreamHandler
          This class is an implementation of the ConfigurationHandler interface.
 class JDBCHandler
          This implementation provides the basic requirements for a JDBC Handler.
 class LDAPHandler
           
 class PropertiesFileHandler
          The PropertiesFileHandler can read a java-properties file and store all entries inside the default category (general) with the given property name and value.
 class ScriptHandler
           
 class URLHandler
          This class will read the content from an URL and generate the properties.
 class XMLFileHandler
          This class is nearly the same as the InputStreamHandler beside that it takes a file and not the filename.
 



Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.