Class DynamicConfig


  • public final class DynamicConfig
    extends Object
    This is an abstraction for a hierarchical set of configuration sources. Each property is resolved by querying each ConfigurationSource in turn until the property is resolved.

    Each DynamicProperty read is cached in the DynamicConfig instance. The first time a property with a given name is read, an instance of the given DynamicProperty type is created, and its value is bound to the underlying configuration sources.

    Author:
    Elias Lindholm (elilin)