ConfigurationRuntimeException
will be thrown. With the optional at
argument you can specify where in the resulting node structure the content of the added configuration should appear. This is a string that uses dots as property delimiters (independent on the current expression engine). For instance if you pass in the string "database.tables"
, all properties of the added configuration will occur in this branch.
@param config the configuration to add (must not be null)
@param name the name of this configuration (can be null)
@param at the position of this configuration in the combined tree (can benull)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|