|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.plugin.Extension
public class Extension
Extension declared in a plug-in. Represents the XML element
Constructor Summary | |
---|---|
Extension(ExtensionPoint point,
Plugin 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 |
Plugin |
getPlugin()
Accessor for the Plug-in that declared this Extension |
ExtensionPoint |
getPoint()
Acessor for the ExtensionPoint that this Extension implements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Extension(ExtensionPoint point, Plugin plugin)
Method Detail |
---|
public Plugin 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 |