The plug-in registry can be queried, by name, for plug-ins, extension points, and extensions.
This interface is not intended to be implemented by clients.
@deprecated The plug-in registry has been generalized in Eclipse 3.0. It is now the {@link IExtensionRegistry}. Most of theIPluginRegistry
function is directly supported on the new interface without change. Most clients of IPluginRegistry
need only to change their references to use IExtensionRegistry
. The only exceptions are methods that return IPluginDescriptor
s. See the relevant method comments for details. This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
|
|
|
|