Package | Description |
---|---|
org.eclipse.core.runtime.model |
Provides core support for the modeling plug-ins and the plug-in registry.
|
Modifier and Type | Method and Description |
---|---|
PluginDescriptorModel |
Factory.createPluginDescriptor()
Deprecated.
Returns a new plug-in descriptor model which is not initialized.
|
PluginDescriptorModel |
ExtensionPointModel.getParentPluginDescriptor()
Deprecated.
Returns the plug-in descriptor in which this extension point is
declared.
|
PluginDescriptorModel |
ExtensionModel.getParentPluginDescriptor()
Deprecated.
Returns the plug-in descriptor in which this extension is declared.
|
PluginDescriptorModel |
PluginRegistryModel.getPlugin(String pluginId)
Deprecated.
Returns the plug-in descriptor with the given plug-in identifier
in this plug-in registry, or
null if there is no such
plug-in. |
PluginDescriptorModel |
PluginRegistryModel.getPlugin(String pluginId,
String version)
Deprecated.
Returns the identified plug-in or
null if
the plug-in does not exist. |
PluginDescriptorModel[] |
PluginRegistryModel.getPlugins()
Deprecated.
Returns the list of plug-ins managed by this registry.
|
PluginDescriptorModel[] |
PluginRegistryModel.getPlugins(String pluginId)
Deprecated.
Returns all versions of the identified plug-in descriptor
known to this plug-in registry.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRegistryModel.addPlugin(PluginDescriptorModel plugin)
Deprecated.
Adds the specified plug-in to this registry.
|
void |
ExtensionPointModel.setParentPluginDescriptor(PluginDescriptorModel value)
Deprecated.
Sets the plug-in descriptor in which this extension point is declared.
|
void |
ExtensionModel.setParentPluginDescriptor(PluginDescriptorModel value)
Deprecated.
Sets the plug-in descriptor in which this extension is declared.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.