Package | Description |
---|---|
org.eclipse.pde.core.project |
Application programming interfaces to create new plug-in projects programmatically.
|
Modifier and Type | Method and Description |
---|---|
IPackageExportDescription[] |
IBundleProjectDescription.getPackageExports()
Returns the value of the Export-Package header or
null if unspecified. |
IPackageExportDescription |
IBundleProjectService.newPackageExport(String name,
Version version,
boolean api,
String[] friends)
Constructs a new package export description.
|
Modifier and Type | Method and Description |
---|---|
void |
IBundleProjectDescription.setPackageExports(IPackageExportDescription[] exports)
Sets the value of the Export-Package header for the described bundle.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.