Eclipse Platform
2.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 Factory.createPluginDescriptor()
          Returns a new plug-in descriptor model which is not initialized.
 PluginDescriptorModel ExtensionPointModel.getParentPluginDescriptor()
          Returns the plug-in descriptor in which this extension point is declared.
 PluginDescriptorModel PluginRegistryModel.getPlugin(String pluginId)
          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)
          Returns the identified plug-in or null if the plug-in does not exist.
 PluginDescriptorModel[] PluginRegistryModel.getPlugins()
          Returns the list of plug-ins managed by this registry.
 PluginDescriptorModel[] PluginRegistryModel.getPlugins(String pluginId)
          Returns all versions of the identified plug-in descriptor known to this plug-in registry.
 PluginDescriptorModel ExtensionModel.getParentPluginDescriptor()
          Returns the plug-in descriptor in which this extension is declared.
 

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


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.