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 ofAbstractExtensionPoint
which 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
tag historian providers (but not a mixture of historian providers and alarm notification profiles).
-
Method Summary
-
Method Details
-
hasType
-
getType
-
getTypes
-