Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.runtime.model.PluginDescriptorModel

Packages that use PluginDescriptorModel
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry.  
 

Uses of PluginDescriptorModel in org.eclipse.core.runtime.model
 

Methods in org.eclipse.core.runtime.model that return PluginDescriptorModel
 PluginDescriptorModel PluginRegistryModel.getPlugin(String pluginId)
          Deprecated. Returns the plug-in descriptor with the given plug-in identifier in this plug-in registry, or null if there is no such plug-in.
 PluginDescriptorModel PluginRegistryModel.getPlugin(String pluginId, String version)
          Deprecated. Returns the identified plug-in or null if the plug-in does not exist.
 PluginDescriptorModel[] PluginRegistryModel.getPlugins()
          Deprecated. Returns the list of plug-ins managed by this registry.
 PluginDescriptorModel[] PluginRegistryModel.getPlugins(String pluginId)
          Deprecated. Returns all versions of the identified plug-in descriptor known to this plug-in registry.
 PluginDescriptorModel Factory.createPluginDescriptor()
          Deprecated. Returns a new plug-in descriptor model which is not initialized.
 PluginDescriptorModel ExtensionPointModel.getParentPluginDescriptor()
          Deprecated. Returns the plug-in descriptor in which this extension point is declared.
 PluginDescriptorModel ExtensionModel.getParentPluginDescriptor()
          Deprecated. Returns the plug-in descriptor in which this extension is declared.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginDescriptorModel
 void PluginRegistryModel.addPlugin(PluginDescriptorModel plugin)
          Deprecated. Adds the specified plug-in to this registry.
 void ExtensionPointModel.setParentPluginDescriptor(PluginDescriptorModel value)
          Deprecated. Sets the plug-in descriptor in which this extension point is declared.
 void ExtensionModel.setParentPluginDescriptor(PluginDescriptorModel value)
          Deprecated. Sets the plug-in descriptor in which this extension is declared.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.