|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| Config | Defines the methods that a Configurator must implement. |
| ConfigFactory | For those who might want to create multiple configuration instances, this factory can be used. |
| FailbackConfig | All Things To All Men Configuration. |
| SimpleConfig | A static singleton for easy one-line access to an application-global configuration file. |
| Exception Summary | |
| ConfigException | Thrown when problems encountered with getting configuration properties. |
| PropertyNotFoundException | Thrown when a property cannot be found. |
Configuration package; provides a simple set of methods for application-wide access to properties, using both traditional key/value pairs and XPath querying.
Using Properties:
String fruit = SimpleConfig.getProperty("GlobalFruit");
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||