Class | Description |
---|---|
Configuration |
Configuration types which extend
from this type are supported automatically
by the kcs configuration loader.
|
Configuration File Service
The kcs package provides a configuration type (kcs::Configuration) and loader, which loads .kcs files. KCS file format is defined by the configuration types defined by an application.
Applications wishing to use this loader for configuration data must have their configuration types extend from kcs::Configuration.
Types inheriting from kcs::Configuration may implement kcs::Configuration::getType(), which is used by the configuration service for locating the appropriate configuration notifiers.