public class ExtensionPointModel extends PluginModelObject
This class may be instantiated, or further subclassed.
Constructor and Description |
---|
ExtensionPointModel()
Deprecated.
Creates a new extension point model in which all fields are
null . |
Modifier and Type | Method and Description |
---|---|
ExtensionModel[] |
getDeclaredExtensions()
Deprecated.
Returns this extensions added to this extension point.
|
String |
getId()
Deprecated.
Returns the simple identifier of this extension point, or
null
if this extension point does not have an identifier. |
PluginModel |
getParent()
Deprecated.
Returns the plug-in model (descriptor or fragment) in which this
extension is declared.
|
PluginDescriptorModel |
getParentPluginDescriptor()
Deprecated.
Returns the plug-in descriptor in which this extension point is
declared.
|
String |
getSchema()
Deprecated.
Returns the schema specification for this extension point.
|
void |
setDeclaredExtensions(ExtensionModel[] value)
Deprecated.
Sets this extensions added to this extension point.
|
void |
setId(String value)
Deprecated.
Sets the simple identifier of this extension point, or
null
if this extension point does not have an identifier. |
void |
setParent(PluginModel value)
Deprecated.
Sets the plug-in model in which this extension is declared.
|
void |
setParentPluginDescriptor(PluginDescriptorModel value)
Deprecated.
Sets the plug-in descriptor in which this extension point is declared.
|
void |
setSchema(String value)
Deprecated.
Sets the schema specification for this extension point.
|
assertIsWriteable, getName, getStartLine, isReadOnly, markReadOnly, setLocalizedName, setName, setStartLine, toString
public ExtensionPointModel()
null
.public ExtensionModel[] getDeclaredExtensions()
null
public String getId()
null
if this extension point does not have an identifier. This identifier is
specified in the plug-in manifest as a non-empty string containing no
period characters ('.'
) and must be unique within the
defining plug-in."main"
)
or null
public PluginModel getParent()
null
public PluginDescriptorModel getParentPluginDescriptor()
null
public String getSchema()
null
public void setDeclaredExtensions(ExtensionModel[] value)
value
- the extensions in this extension point. May be null
.public void setId(String value)
null
if this extension point does not have an identifier. This identifier is
specified in the plug-in manifest as a non-empty string containing no
period characters ('.'
) and must be unique within the
defining plug-in. This object must not be read-only.value
- the simple identifier of the extension point (e.g. "main"
).
May be null
.public void setParent(PluginModel value)
value
- the plug-in model in which this extension is declared. May be null
.public void setParentPluginDescriptor(PluginDescriptorModel value)
value
- the plug-in descriptor in which this extension point is declared.
May be null
.public void setSchema(String value)
value
- the schema specification for this extension point. May be
null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.