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.Exception
public java.lang.Object getPoint()
ExtensionPoint
getPoint
in interface ExtensionPoint
public java.lang.Class getTypeID()
ExtensionPoint
getTypeID
in interface ExtensionPoint