Package org.jconfig.handler

Interface Summary
ConfigurationHandler This interface defines all methods that must be implemented by all Handler classes.
 

Class Summary
AbstractHandler  
BaseXMLHandler This class is used internally to save a configuration to a file.
ConfigServerHandler  
InputStreamHandler This class is an implementation of the ConfigurationHandler interface.
JDBCHandler This implementation provides the basic requirements for a JDBC Handler.
LDAPHandler  
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.
ScriptHandler  
URLHandler This class will read the content from an URL and generate the properties.
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.