Package org.eclipse.core.runtime
Interface IPluginRegistry
-
@Deprecated public interface IPluginRegistry
Deprecated.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this interface is not supported anymore.- Restriction:
- This interface is not intended to be implemented by clients. This interface is planned to be deleted, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=544339
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
-
-
-
Method Detail
-
getConfigurationElementsFor
@Deprecated IConfigurationElement[] getConfigurationElementsFor(String extensionPointId)
Deprecated.Replaced byIExtensionRegistry.getConfigurationElementsFor(String)
.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getConfigurationElementsFor
@Deprecated IConfigurationElement[] getConfigurationElementsFor(String pluginId, String extensionPointName)
Deprecated.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getConfigurationElementsFor
@Deprecated IConfigurationElement[] getConfigurationElementsFor(String pluginId, String extensionPointName, String extensionId)
Deprecated.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getExtension
@Deprecated IExtension getExtension(String extensionPointId, String extensionId)
Deprecated.Replaced byIExtensionRegistry.getExtension(String, String)
.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getExtension
@Deprecated IExtension getExtension(String pluginId, String extensionPointName, String extensionId)
Deprecated.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getExtensionPoint
@Deprecated IExtensionPoint getExtensionPoint(String extensionPointId)
Deprecated.Replaced byIExtensionRegistry.getExtensionPoint(String)
.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getExtensionPoint
@Deprecated IExtensionPoint getExtensionPoint(String pluginId, String extensionPointName)
Deprecated.Replaced byIExtensionRegistry.getExtensionPoint(String, String)
.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
getExtensionPoints
@Deprecated IExtensionPoint[] getExtensionPoints()
Deprecated.Replaced byIExtensionRegistry.getExtensionPoints()
.As the org.eclipse.core.runtime.compatibility plug-in has been removed in Eclipse 4.6 this method is not supported anymore.
-
-