-
Interface Summary
Interface |
Description |
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.
|
-
Class Summary
Class |
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.
|
-
Exception Summary
Exception |
Description |
Package net.xqhs.util.config Description
This package contains the
Config
abstract class. See its documentation for details.