ConfigDictionary

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

Constructors

this
this()
Undocumented in source.
this
this(ConfigNode rootNode)
Undocumented in source.

Members

Functions

createExceptionPath
string createExceptionPath(ConfigPath path)
Undocumented in source. Be warned that the author may not have intended to support it.
get
ConvertToType get(string configPath)

Get values from the configuration and attempts to convert them to the specified type.

get
string get(string configPath)

Get values from the configuration using config path notation.

getConfig
ConfigDictionary getConfig(string configPath)

Fetch a sub-section of the config as another config.

Variables

rootNode
ConfigNode rootNode;
Undocumented in source.

Meta