Class PropertyLoaderKF

  • All Implemented Interfaces:
    PropertyLoader

    public class PropertyLoaderKF
    extends CompositePropertyLoader
    Defines the order of the property loading resolution:
    1. the properties defined locally in the application or kernel.
    2. the properties registered locally in the instance of property registry.
    3. the properties shared in the instance of the shared registry.
    4. the properties defined globally in the system properties.
    • Constructor Detail

      • PropertyLoaderKF

        public PropertyLoaderKF()
        Creates the property loader.