Package | Description |
---|---|
aQute.bnd.build |
Modifier and Type | Method and Description |
---|---|
static ResolverMode |
ResolverMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverMode[] |
ResolverMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.appendPackages(RepositoryPlugin.Strategy strategyx,
String spec,
List<Container> resolvedBundles,
ResolverMode mode)
Calculates the containers required to fulfil the
-buildpackages
instruction, and appends them to the existing list of containers. |
Container |
Project.getPackage(String packageName,
String range,
RepositoryPlugin.Strategy strategyx,
Map<String,String> attrs,
ResolverMode mode)
Find a container to fulfil a package requirement
|
Copyright © 2015 aQute SARL. All Rights Reserved.