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 |
Configurations can be loaded from many types of files. |
SimpleScriptHandler |
The SimpleScriptHandler will read in a text file. |
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. |