Class ExtensionPointReferenceDelegate<P extends ExtensionPointProfileConfig>
java.lang.Object
com.inductiveautomation.ignition.gateway.config.DefaultResourceReferenceDelegate<ExtensionPointConfig<P,?>>
com.inductiveautomation.ignition.gateway.config.ExtensionPointReferenceDelegate<P>
- All Implemented Interfaces:
ResourceReferenceDelegate
public class ExtensionPointReferenceDelegate<P extends ExtensionPointProfileConfig>
extends DefaultResourceReferenceDelegate<ExtensionPointConfig<P,?>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.gateway.config.DefaultResourceReferenceDelegate
codec, referenceFinders, resourceType
Fields inherited from interface com.inductiveautomation.ignition.gateway.config.ResourceReferenceDelegate
NONE
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionPointReferenceDelegate
(ResourceType resourceType, JsonResourceCodec<ExtensionPointConfig<P, ?>> codec, ExtensionPointCollection<? extends ExtensionPoint<?>> extensionPointCollection, com.google.common.collect.Multimap<ResourceType, ReferenceFinder<ExtensionPointConfig<P, ?>>> referenceFinders) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<ReferenceFinder<ExtensionPointConfig<P,
?>>> Methods inherited from class com.inductiveautomation.ignition.gateway.config.DefaultResourceReferenceDelegate
findReferences, getReferences
-
Constructor Details
-
ExtensionPointReferenceDelegate
public ExtensionPointReferenceDelegate(ResourceType resourceType, JsonResourceCodec<ExtensionPointConfig<P, ?>> codec, ExtensionPointCollection<? extends ExtensionPoint<?>> extensionPointCollection, com.google.common.collect.Multimap<ResourceType, ReferenceFinder<ExtensionPointConfig<P, ?>>> referenceFinders)
-
-
Method Details
-
getReferenceFinders
protected Collection<ReferenceFinder<ExtensionPointConfig<P,?>>> getReferenceFinders(ResourceType type) - Overrides:
getReferenceFinders
in classDefaultResourceReferenceDelegate<ExtensionPointConfig<P extends ExtensionPointProfileConfig,
?>>
-