|
Eclipse PDE Release 3.6 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRequiredBundleDescription | |
---|---|
org.eclipse.pde.core.project | Application programming interfaces for creating and modifying plug-in projects. |
Uses of IRequiredBundleDescription in org.eclipse.pde.core.project |
---|
Methods in org.eclipse.pde.core.project that return IRequiredBundleDescription | |
---|---|
IRequiredBundleDescription[] |
IBundleProjectDescription.getRequiredBundles()
Returns the value of the Require-Bundle header or null if unspecified. |
IRequiredBundleDescription |
IBundleProjectService.newRequiredBundle(String name,
org.eclipse.osgi.service.resolver.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 | |
---|---|
void |
IBundleProjectDescription.setRequiredBundles(IRequiredBundleDescription[] bundles)
Sets the value of the Require-Bundle header for the described bundle. |
|
Eclipse PDE Release 3.6 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |