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 |
---|---|
PluginRegistryModel |
Factory.createPluginRegistry()
Deprecated.
Returns a new plug-in registry model with an empty plug-in table.
|
PluginRegistryModel |
PluginModel.getRegistry()
Deprecated.
Returns the plug-in registry of which this plug-in descriptor is a member.
|
static PluginRegistryModel |
PluginRegistryModel.parsePlugins(URL[] pluginPath,
Factory factory)
Deprecated.
Returns a plug-in registry containing all of the plug-ins discovered
on the given plug-in path.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginModel.setRegistry(PluginRegistryModel value)
Deprecated.
Sets the registry with which this plug-in descriptor is associated.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.