Uses of Interface
org.eclipse.pde.core.project.IRequiredBundleDescription
Package
Description
Application programming interfaces to create new plug-in projects programmatically.
-
Uses of IRequiredBundleDescription in org.eclipse.pde.core.project
Modifier and TypeMethodDescriptionIBundleProjectDescription.getRequiredBundles()
Returns the value of the Require-Bundle header ornull
if unspecified.default IRequiredBundleDescription
IBundleProjectService.newRequiredBundle
(String name, VersionRange range, boolean optional, boolean export) Deprecated, for removal: This API element is subject to removal in a future version.IBundleProjectService.newRequiredBundle
(String name, VersionRange range, boolean optional, boolean export) Creates and returns a new required bundle description.Modifier and TypeMethodDescriptionvoid
IBundleProjectDescription.setRequiredBundles
(IRequiredBundleDescription[] bundles) Sets the value of the Require-Bundle header for the described bundle.
IBundleProjectService.newRequiredBundle(String, VersionRange, boolean, boolean)