See: Description
Interface | Description |
---|---|
ConfigurationListener |
Listens for configuration changes.
|
TypeHandler |
Interface for
set /get handlers used by Configuration . |
Class | Description |
---|---|
ConfigFactory |
Factory class for vending various configuration objects.
|
Configuration |
Manages a set of variable value pairs for common configuration purposes.
|
ConfigUtils |
Provides some useful functionality for use with the
Configuration class. |
FieldDef |
Helping class for simple data holding functionality.
|
Configuration
class enhances the java.util.Properties
class in many ways. It works with files
like the Windows *.INI configuration files with an easy-to-access structure of lines containing
variable/value pairs. Also XML files can be used to load/store configuration data.
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.