Class ChainedPropertyResolver
java.lang.Object
com.inductiveautomation.ignition.common.config.ChainedPropertyResolver
- All Implemented Interfaces:
PropertyResolver
A property resolver that looks first in one resolver, then in another.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyResolver
create
(PropertyResolver first, PropertyResolver second) If either propertyresolver is null, this call will return the non-null resolver.Property<?>
Returns the property represented by the id, or null if the property cannot be found.
-
Method Details
-
create
If either propertyresolver is null, this call will return the non-null resolver. Otherwise a chained resolver is made. -
resolve
Description copied from interface:PropertyResolver
Returns the property represented by the id, or null if the property cannot be found.- Specified by:
resolve
in interfacePropertyResolver
-