Interface TagProviderManager
- All Superinterfaces:
ExtensionPointManager<TagProviderExtensionPoint<?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceType
Optional<? extends TagProvider>
getTagProvider
(String name) Collection<? extends TagProvider>
Methods inherited from interface com.inductiveautomation.ignition.gateway.config.ExtensionPointManager
getExtensionPointCollection
-
Method Details
-
getExtensionPointResourceType
- Specified by:
getExtensionPointResourceType
in interfaceExtensionPointManager<TagProviderExtensionPoint<?>>
-
getTagProviders
Collection<? extends TagProvider> getTagProviders()- Returns:
- all the configured resource tag providers managed by this manager
-
getTagProvider
-