Class DefaultResourceReferenceDelegate<R>

java.lang.Object
com.inductiveautomation.ignition.gateway.config.DefaultResourceReferenceDelegate<R>
All Implemented Interfaces:
ResourceReferenceDelegate<R>
Direct Known Subclasses:
ExtensionPointReferenceDelegate

public class DefaultResourceReferenceDelegate<R> extends Object implements ResourceReferenceDelegate<R>
Holds a collection of ReferenceProperty objects for a given resource type. This class handles the logic of decoding relevant resources, collecting any references, turning them into Reference objects which contain a ReferenceUpdater which can re-encode the resource if the reference is later updated.