Function ConfigDictionary.getConfig
Fetch a sub-section of the config as another config.
Commonly used for example to fetch further configuration from arrays, e.g.: getConfig("http.servers[3]")
which then returns the rest of the config at that path.
Parameters
Name | Description |
---|---|
configPath | Path to the wanted config. See get(). |
Returns
A sub-section of the configuration.