|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.cis.plugin.registry.ExtensionPoint
public class ExtensionPoint
An ExtensionPoint represents a point in the program logic which allows to plug-in functionality
Constructor Summary | |
---|---|
ExtensionPoint(PlugIn plugIn,
java.lang.String localId)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionPoint(PlugIn plugIn, java.lang.String localId)
plugIn
- the plug-in which provides the extension pointlocalId
- extension point idMethod Detail |
---|
public java.lang.String getExtensionPointId()
public PlugIn getPlugin()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |