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 |
---|---|
PluginFragmentModel |
Factory.createPluginFragment()
Deprecated.
Returns a new plug-in fragment model which is not initialized.
|
PluginFragmentModel |
PluginRegistryModel.getFragment(String id)
Deprecated.
Returns the plug-in fragment with the given identifier
in this plug-in registry, or
null if there is no such
fragment. |
PluginFragmentModel |
PluginRegistryModel.getFragment(String id,
String version)
Deprecated.
Returns the identified plug-in fragment or
null if
the fragment does not exist. |
PluginFragmentModel[] |
PluginRegistryModel.getFragments()
Deprecated.
Returns the list of plug-in fragments managed by this registry.
|
PluginFragmentModel[] |
PluginDescriptorModel.getFragments()
Deprecated.
Returns the fragments installed for this plug-in.
|
PluginFragmentModel[] |
PluginRegistryModel.getFragments(String id)
Deprecated.
Returns all versions of the identified plug-in fragment
known to this plug-in registry.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRegistryModel.addFragment(PluginFragmentModel fragment)
Deprecated.
Adds the specified plug-in fragment to this registry.
|
void |
PluginDescriptorModel.setFragments(PluginFragmentModel[] value)
Deprecated.
Sets the list of fragments for this plug-in.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.