public interface IPluginExtensionPoint extends IPluginObject, IIdentifiable
Modifier and Type | Field and Description |
---|---|
static String |
P_SCHEMA
A property name that will be used to notify
about changes to the schema value.
|
P_NAME
P_ID
Modifier and Type | Method and Description |
---|---|
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.
|
getModel, getName, getParent, getPluginBase, getPluginModel, getResourceString, getTranslatedName, isInTheModel, isValid, setInTheModel, setName
getAdapter
getId, setId
static final String P_SCHEMA
String getFullId()
String getSchema()
void setSchema(String schema) throws CoreException
schema
- the schema file nameCoreException
- if the model is not editable
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.