Package | Description |
---|---|
org.eclipse.pde.core.project |
Application programming interfaces to create new plug-in projects programmatically.
|
Modifier and Type | Method and Description |
---|---|
IPackageImportDescription[] |
IBundleProjectDescription.getPackageImports()
Returns the value of the Import-Package header or
null if unspecified. |
IPackageImportDescription |
IBundleProjectService.newPackageImport(String name,
VersionRange range,
boolean optional)
Creates and returns a new package import description.
|
Modifier and Type | Method and Description |
---|---|
void |
IBundleProjectDescription.setPackageImports(IPackageImportDescription[] imports)
Sets the value of the Import-Package header for the described bundle.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.