|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.plugin.ExtensionPoint
Extension Point declared in a plug-in. Represents the XML declaration
Constructor Summary | |
ExtensionPoint(java.lang.String id,
java.lang.String name,
java.net.URL schema,
Plugin plugin)
Constructor |
Method Summary | |
void |
addExtension(Extension extension)
|
Extension[] |
getExtensions()
|
java.lang.String |
getId()
Accessor for the id of this ExtensionPoint |
java.lang.String |
getName()
Accessor for a user friendly name |
Plugin |
getPlugin()
Accessor for the Plug-in that declared this ExtensionPoint |
java.net.URL |
getSchema()
Accessor to the URL that points to the schema (.xsd) file |
java.lang.String |
getUniqueId()
Accessor for the pluginId + DOT + id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtensionPoint(java.lang.String id, java.lang.String name, java.net.URL schema, Plugin plugin)
id
- the unique idname
- the friendly nameschema
- the path to the schema fileplugin
- the declared pluginMethod Detail |
public Extension[] getExtensions()
public void addExtension(Extension extension)
public java.lang.String getId()
public java.lang.String getUniqueId()
public java.lang.String getName()
public java.net.URL getSchema()
public Plugin getPlugin()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |