Package | Description |
---|---|
aQute.bnd.build.model | |
aQute.bnd.build.model.clauses | |
aQute.bnd.build.model.conversions | |
aQute.bnd.osgi.resource |
Modifier and Type | Method and Description |
---|---|
List<VersionedClause> |
BndEditModel.getBuildPackages()
Deprecated.
|
List<VersionedClause> |
BndEditModel.getBuildPath() |
List<VersionedClause> |
BndEditModel.getRunBundles() |
Modifier and Type | Method and Description |
---|---|
void |
BndEditModel.setBuildPackages(List<? extends VersionedClause> paths)
Deprecated.
|
void |
BndEditModel.setBuildPath(List<? extends VersionedClause> paths) |
void |
BndEditModel.setRunBundles(List<? extends VersionedClause> paths) |
Modifier and Type | Class and Description |
---|---|
class |
ImportPattern |
Modifier and Type | Method and Description |
---|---|
VersionedClause |
VersionedClause.clone() |
static VersionedClause |
VersionedClause.error(String msg) |
Modifier and Type | Method and Description |
---|---|
VersionedClause |
VersionedClauseConverter.convert(HeaderClause input) |
VersionedClause |
VersionedClauseConverter.error(String msg) |
Modifier and Type | Method and Description |
---|---|
static VersionedClause |
ResourceUtils.toVersionClause(org.osgi.resource.Resource resource,
String mask)
Create a VersionedClause by applying a version range mask to the
resource! Masks are defined by
Macro._range(String[]) . |
Copyright © 2021 aQute SARL. All rights reserved.