public class ExtensionPointProvider
extends java.lang.Object
| Constructor and Description |
|---|
ExtensionPointProvider() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
getAllPoints(java.lang.Class<T> c,
IExtension[] exts)
This method get all the entry points in the extensions, of the type c
|
public static <T> T[] getAllPoints(java.lang.Class<T> c,
IExtension[] exts)
T - c - the extension type id (interface implemented by the extension
point)exts - an array of extension in which entry points are implements