Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9
-
None
-
None
Description
The Configuration interface allows manipulating configuration objects. There are use cases in which it is not necessary or even forbidden to change the content of a Configuration. To support such use cases, a new interface ImmutableConfiguration should be introduced which allows only querying of configuration data. In addition, it should be possible to transform a mutable configuration into an immutable one.