See: Description
Class | Description |
---|---|
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 | Description |
---|---|
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. |
org.clapper.util.config - A Configuration File Parser.
This package contains classes to parse an extended .INI-style configuration file.