Package com.microej.kf.util.property
Class PropertyLoaderKF
- java.lang.Object
-
- ej.property.loader.CompositePropertyLoader
-
- com.microej.kf.util.property.PropertyLoaderKF
-
- All Implemented Interfaces:
ej.property.PropertyLoader
public class PropertyLoaderKF extends ej.property.loader.CompositePropertyLoaderDefines the order of the property loading resolution:- the properties defined locally in the application or kernel.
- the properties registered locally in the instance of property registry.
- the properties shared in the instance of the shared registry.
- the properties defined globally in the system properties.
-
-
Constructor Summary
Constructors Constructor Description PropertyLoaderKF()Creates the property loader.
-