Uses of Class
org.jconfig.handler.AbstractHandler

Packages that use AbstractHandler
org.jconfig.handler   
 

Uses of AbstractHandler in org.jconfig.handler
 

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.
 



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