Package org.clapper.util.config

org.clapper.util.config - A Configuration File Parser.

See:
          Description

Class Summary
Configuration Configuration implements a parser, generator and in-memory store for a configuration file whose syntax is reminiscent of classic Windows .INI files, though with many extensions.
 

Exception Summary
ConfigurationException A ConfigurationException is thrown by the Configuration class to signify errors in a configuration file.
NoSuchSectionException A NoSuchSectionException is thrown by the Configuration class to signify that a requested configuration section does not exist.
NoSuchVariableException A NoSuchVariableException is thrown by the Configuration class to signify that a requested configuration variable does not exist.
SectionExistsException A SectionExistsException is thrown by the Configuration class to signify that a requested configuration section already exists and cannot be created.
 

Package org.clapper.util.config Description

org.clapper.util.config - A Configuration File Parser.

This package contains classes to parse an extended .INI-style configuration file.



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.