| Package | Description |
|---|---|
| aQute.bnd.build.model | |
| aQute.bnd.build.model.clauses |
| Modifier and Type | Method and Description |
|---|---|
List<ExportedPackage> |
BndEditModel.getExportedPackages() |
List<ExportedPackage> |
BndEditModel.getSystemPackages() |
| Modifier and Type | Method and Description |
|---|---|
void |
BndEditModel.addExportedPackage(ExportedPackage export) |
| Modifier and Type | Method and Description |
|---|---|
void |
BndEditModel.setExportedPackages(List<? extends ExportedPackage> exports) |
void |
BndEditModel.setSystemPackages(List<? extends ExportedPackage> packages) |
| Modifier and Type | Method and Description |
|---|---|
ExportedPackage |
ExportedPackage.clone() |
static ExportedPackage |
ExportedPackage.error(String msg) |
Copyright © 2019 aQute SARL. All rights reserved.