| org.eclipse.pde.core.plugin.IPluginExtensionPoint
All known Subclasses: org.eclipse.pde.internal.core.text.plugin.PluginExtensionPointNode, org.eclipse.pde.internal.core.plugin.PluginExtensionPoint,
IPluginExtensionPoint | public interface IPluginExtensionPoint extends IPluginObject,IIdentifiable(Code) | | Classes that implement this interface model an extension point
element specified in the plug-in manifest.
|
Field Summary | |
String | P_SCHEMA A property name that will be used to notify
about changes to the schema value. |
Method Summary | |
String | getFullId() Returns the full extension point Id that
is composed as "pluginId.pointId". | String | getSchema() Returns the name of the extension point XML schema
that defines this extension point. | void | setSchema(String schema) Sets the plug-in relative name of
the extension point schema file that
describes this extension point. |
P_SCHEMA | String P_SCHEMA(Code) | | A property name that will be used to notify
about changes to the schema value.
|
getFullId | String getFullId()(Code) | | Returns the full extension point Id that
is composed as "pluginId.pointId". This full
Id will be used by extensions to reference this
extension point.
a full extension point Id |
getSchema | String getSchema()(Code) | | Returns the name of the extension point XML schema
that defines this extension point.
XML extension point schema file name |
setSchema | void setSchema(String schema) throws CoreException(Code) | | Sets the plug-in relative name of
the extension point schema file that
describes this extension point.
This method will throw a CoreException
if the model is not editable.
|
|
|