Reparenting support. This is used by Environment when it includes a template - the included template becomes the parent configurable during its evaluation.
(Configurable parent)
| 204 | * its evaluation. |
| 205 | */ |
| 206 | final void setParent(Configurable parent) { |
| 207 | this.parent = parent; |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Toggles the "Classic Compatibile" mode. For a comprehensive description |