IConfiguration
pentaho.config. IConfiguration
The config.IConfiguration
interface describes an object that contains configurations of types and instances.
The configuration of a type or of a named instance can be obtained by calling the selectType
and selectInstance
, respectively.
Source: doc-js/pentaho/config/IConfiguration.jsdoc, line 17
See also: pentaho.config.IService , pentaho.config.spec.IRuleSet
Methods
Name | Description |
---|---|
add(config) | Adds a configuration rule set. |
Methods Details
add(config) | ||||||
---|---|---|---|---|---|---|
Adds a configuration rule set. Added configurations overrides previously added configurations, if all other rule-ordering criteria are equal. For more information on the specificity of rules, see Note that the specified configuration object may be modified to serve the service's internal needs. Note that only the Source: doc-js/pentaho/config/IConfiguration.jsdoc, line 65
|