Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.core.runtime.IPluginPrerequisite

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

Uses of IPluginPrerequisite in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IPluginPrerequisite
 IPluginPrerequisite[] IPluginDescriptor.getPluginPrerequisites()
          Deprecated. Use
     import org.eclipse.osgi.util.ManifestElement;
     import org.osgi.framework.Constants;
     ...
     String requires = bundle.getHeaders().get(Constants.REQUIRE_BUNDLE);
     ManifestElement[] elements = ManifestElement.parseHeader(Constants.REQUIRE_BUNDLE, requires);
 
where bundle is the bundle associated with the relevant plug-in. The resultant elements array contains one entry for each required plug-in.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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