Package org.clapper.util.config
org.clapper.util.config - A Configuration File Parser.
See: Description
-
Class Summary 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 Summary Exception Description ConfigurationException A ConfigurationException is thrown by theConfigurationclass to signify errors in a configuration file.NoSuchSectionException A NoSuchSectionException is thrown by theConfigurationclass to signify that a requested configuration section does not exist.NoSuchVariableException A NoSuchVariableException is thrown by theConfigurationclass to signify that a requested configuration variable does not exist.SectionExistsException A SectionExistsException is thrown by theConfigurationclass 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.
DMelt 3.0 © DataMelt by jWork.ORG