Package | Description |
---|---|
org.eclipse.pde.core.project |
Application programming interfaces to create new plug-in projects programmatically.
|
Modifier and Type | Method and Description |
---|---|
IRequiredBundleDescription[] |
IBundleProjectDescription.getRequiredBundles()
Returns the value of the Require-Bundle header or
null if unspecified. |
IRequiredBundleDescription |
IBundleProjectService.newRequiredBundle(String name,
VersionRange range,
boolean optional,
boolean export)
Creates and returns a new required bundle description.
|
Modifier and Type | Method and Description |
---|---|
void |
IBundleProjectDescription.setRequiredBundles(IRequiredBundleDescription[] bundles)
Sets the value of the Require-Bundle header for the described bundle.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.