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 SummaryModifier and TypeMethodDescriptionstatic PropertyResolvercreate(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- 
createIf either propertyresolver is null, this call will return the non-null resolver. Otherwise a chained resolver is made.
- 
resolveDescription copied from interface:PropertyResolverReturns the property represented by the id, or null if the property cannot be found.- Specified by:
- resolvein interface- PropertyResolver
 
 
-