Subclasses of AbstractHandler in org.jconfig.handler |
class |
BaseXMLHandler
This class is used internally to save a configuration to a file. |
class |
InputStreamHandler
This class is an implementation of the ConfigurationHandler interface.
|
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 |
XMLFileHandler
This class is nearly the same as the InputStreamHandler beside
that it takes a file and not the filename. |