|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.plugin.Extension
public class Extension
Extension declared in a plug-in. Represents the XML element
| Constructor Summary | |
|---|---|
Extension(ExtensionPoint point,
Bundle plugin)
|
|
Extension(java.lang.String pointId,
Bundle plugin)
|
|
| Method Summary | |
|---|---|
void |
addConfigurationElement(ConfigurationElement element)
Add a new child ConfigurationElement (declared nested in the extension XML element) |
ConfigurationElement[] |
getConfigurationElements()
Acessor for all ConfigurationElements declared in the Extension |
java.lang.String |
getExtensionPointId()
Acessor to the extension point id |
Bundle |
getPlugin()
Accessor for the Plug-in that declared this Extension |
ExtensionPoint |
getPoint()
Acessor for the ExtensionPoint that this Extension implements |
void |
setExtensionPoint(ExtensionPoint point)
Assign the ExtensionPoint to this Extension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Extension(ExtensionPoint point,
Bundle plugin)
public Extension(java.lang.String pointId,
Bundle plugin)
| Method Detail |
|---|
public void setExtensionPoint(ExtensionPoint point)
point - public java.lang.String getExtensionPointId()
public Bundle getPlugin()
public ExtensionPoint getPoint()
public void addConfigurationElement(ConfigurationElement element)
element - the ConfigurationElementpublic ConfigurationElement[] getConfigurationElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||