A simple data class used by {@link ExpressionEngine} to storethe results of the {@code prepareAdd()} operation.
If a new property is to be added to a configuration, the affected {@code Configuration} object must know, where in its hierarchy ofconfiguration nodes new elements have to be added. This information is obtained by an {@code ExpressionEngine} object that interprets the keyof the new property. This expression engine will pack all information necessary for the configuration to perform the add operation in an instance of this class.
Information managed by this class contains:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|