| java.lang.Object org.jpox.plugin.ExtensionPoint
ExtensionPoint | public class ExtensionPoint (Code) | | Extension Point declared in a plug-in. Represents the XML declaration
version: $Revision: 1.5 $ |
ExtensionPoint | public ExtensionPoint(String id, String name, URL schema, Bundle plugin)(Code) | | Constructor
Parameters: id - the unique id Parameters: name - the friendly name Parameters: schema - the path to the schema file Parameters: plugin - the declared plugin |
getBundle | public Bundle getBundle()(Code) | | Accessor for the Plug-in that declared this ExtensionPoint
the Plug-in |
getId | public String getId()(Code) | | Accessor for the id of this ExtensionPoint
the id (relative id) |
getName | public String getName()(Code) | | Accessor for a user friendly name
the ExtentionPoint name |
getSchema | public URL getSchema()(Code) | | Accessor to the URL that points to the schema (.xsd) file
the schema URL |
getUniqueId | public String getUniqueId()(Code) | | Accessor for the pluginId + DOT + id.
the absolute id (unique id) |
|
|