public class ExtensionPoint
extends java.lang.Object
Constructor and Description |
---|
ExtensionPoint(PlugIn plugIn,
java.lang.String localId) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears obsolete references once the PlugInRegistry is no more needed.
|
java.lang.String |
getExtensionPointId()
Obtains the Id of this extension point
|
PlugIn |
getPlugin()
Returns the given plug-in from the constructor
|
public ExtensionPoint(PlugIn plugIn, java.lang.String localId)
plugIn
- the plug-in which provides the extension pointlocalId
- extension point idpublic java.lang.String getExtensionPointId()
public PlugIn getPlugin()
public void clear()