Uses of Interface
org.eclipse.pde.core.project.IRequiredBundleDescription
- 
Packages that use IRequiredBundleDescription Package Description org.eclipse.pde.core.project Application programming interfaces to create new plug-in projects programmatically.
- 
- 
Uses of IRequiredBundleDescription in org.eclipse.pde.core.projectMethods in org.eclipse.pde.core.project that return IRequiredBundleDescription Modifier and Type Method Description IRequiredBundleDescription[]IBundleProjectDescription. getRequiredBundles()Returns the value of the Require-Bundle header ornullif unspecified.IRequiredBundleDescriptionIBundleProjectService. newRequiredBundle(String name, VersionRange range, boolean optional, boolean export)Creates and returns a new required bundle description.Methods in org.eclipse.pde.core.project with parameters of type IRequiredBundleDescription Modifier and Type Method Description voidIBundleProjectDescription. setRequiredBundles(IRequiredBundleDescription[] bundles)Sets the value of the Require-Bundle header for the described bundle.
 
-