Uses of Interface
org.eclipse.core.runtime.IPluginDescriptor
-
Packages that use IPluginDescriptor Package Description org.eclipse.core.resources Provides basic support for managing a workspace and its resources.org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry.org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. -
-
Uses of IPluginDescriptor in org.eclipse.core.resources
Methods in org.eclipse.core.resources with parameters of type IPluginDescriptor Modifier and Type Method Description IPathIProject. getPluginWorkingLocation(IPluginDescriptor plugin)Deprecated.UseIProject.getWorkingLocation(plugin.getUniqueIdentifier()). -
Uses of IPluginDescriptor in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IPluginDescriptor Modifier and Type Method Description IPluginDescriptorPlugin. getDescriptor()Deprecated.IPluginDescriptorIPluginRegistry. getPluginDescriptor(String pluginId)Deprecated.IPluginDescriptorwas refactored in Eclipse 3.0.IPluginDescriptorIPluginRegistry. getPluginDescriptor(String pluginId, PluginVersionIdentifier version)Deprecated.IPluginDescriptor[]IPluginRegistry. getPluginDescriptors()Deprecated.IPluginDescriptor[]IPluginRegistry. getPluginDescriptors(String pluginId)Deprecated.Constructors in org.eclipse.core.runtime with parameters of type IPluginDescriptor Constructor Description Plugin(IPluginDescriptor descriptor)Deprecated. -
Uses of IPluginDescriptor in org.eclipse.ui.plugin
Constructors in org.eclipse.ui.plugin with parameters of type IPluginDescriptor Constructor Description AbstractUIPlugin(IPluginDescriptor descriptor)Deprecated.
-