Class and Description |
---|
Config
The Config is to be used as a base class / paradigm for any construction-time configuration that needs a large number
of parameters and considers optional and default parameters.
|
Config.ConfigLockedException
Exception that is thrown when a 'locked' setter is called on a locked
Config instance. |
Configurable
The
Configurable interface is meant to be used as an interface / paradigm for any class that separates
construction-time configuration methods from the rest of the instance's lifecycle. |