public class SimpleExtensionPoint extends java.lang.Object implements ExtensionPoint
| Constructor and Description |
|---|
SimpleExtensionPoint(java.lang.Class c,
java.lang.Object o) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getPoint()
Reference to the interface implementing the getTypeID() type.
|
java.lang.Class |
getTypeID()
get the extension type id (the interface implemented by the
extensionpoint)
|
public SimpleExtensionPoint(java.lang.Class c,
java.lang.Object o)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object getPoint()
ExtensionPointgetPoint in interface ExtensionPointpublic java.lang.Class getTypeID()
ExtensionPointgetTypeID in interface ExtensionPoint