Interface ExtensionPointCollection<E extends ExtensionPoint<?>>
- Type Parameters:
E- The specific type of extension point in this collection. This class will usually be an abstract subclass ofAbstractExtensionPointwhich defines abstract factory methods for instantiating the actual objects that the extension point represents.
- All Known Implementing Classes:
ImmutableExtensionPointCollection
public interface ExtensionPointCollection<E extends ExtensionPoint<?>>
Represents a collection of extension points of a particular category. For example, a collection
of all registered historian providers (but not a mixture of historian providers and alarm
notification profiles).
-
Method Summary
-
Method Details
-
hasType
-
getType
-
getTypes
-