Class ConfigDictionary

A ConfigDictionary contains the configuration tree and facilities to get values from that tree.

class ConfigDictionary ;

Methods

NameDescription
get (configPath, defaultValue) Get values from the configuration using config path notation.
get (configPath) Get values from the configuration and attempts to convert them to the specified type.
get (configPath, defaultValue) Get values from the configuration and attempts to convert them to the specified type.
getConfig (configPath) Fetch a sub-section of the config as another config.
set (configPath, value) Assign a value at the given path.