Eclipse Platform
Release 3.1

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

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

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

Methods in org.eclipse.core.runtime.model that return PluginFragmentModel
 PluginFragmentModel PluginRegistryModel.getFragment(String id)
          Deprecated. Returns the plug-in fragment with the given identifier in this plug-in registry, or null if there is no such fragment.
 PluginFragmentModel PluginRegistryModel.getFragment(String id, String version)
          Deprecated. Returns the identified plug-in fragment or null if the fragment does not exist.
 PluginFragmentModel[] PluginRegistryModel.getFragments()
          Deprecated. Returns the list of plug-in fragments managed by this registry.
 PluginFragmentModel[] PluginRegistryModel.getFragments(String id)
          Deprecated. Returns all versions of the identified plug-in fragment known to this plug-in registry.
 PluginFragmentModel[] PluginDescriptorModel.getFragments()
          Deprecated. Returns the fragments installed for this plug-in.
 PluginFragmentModel Factory.createPluginFragment()
          Deprecated. Returns a new plug-in fragment model which is not initialized.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginFragmentModel
 void PluginRegistryModel.addFragment(PluginFragmentModel fragment)
          Deprecated. Adds the specified plug-in fragment to this registry.
 void PluginDescriptorModel.setFragments(PluginFragmentModel[] value)
          Deprecated. Sets the list of fragments for this plug-in.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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