Eclipse Platform
Release 3.0

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

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

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

Methods in org.eclipse.core.runtime.model that return PluginPrerequisiteModel
 PluginPrerequisiteModel[] PluginModel.getRequires()
          Deprecated. Returns the prerequisites of this plug-in.
 PluginPrerequisiteModel Factory.createPluginPrerequisite()
          Deprecated. Returns a new plug-in prerequisite model which is initialized to not export its code and to not require an exact match.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginPrerequisiteModel
 void PluginModel.setRequires(PluginPrerequisiteModel[] value)
          Deprecated. Sets the prerequisites of this plug-in.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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