module documentation
This module implements the configuration of the CSE. It reads the configuration file, performs checks, and provides access to the configuration values.
| Class | |
The static class Configuration holds all the configuration values of the CSE. It is initialized only once by calling the static method init(). Access to configuration valus is done by calling Configuration... |
| Exception | |
Exception class for configuration errors. |
| Variable | _deprecated |
Deprecated sections. Mapping from old section name to new section name. |
| Variable | _module |
The list of configuration modules. |