Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.osgi | |
aQute.bnd.service |
Modifier and Type | Method and Description |
---|---|
Container |
Project.getBundle(String bsn,
String range,
Strategy strategy,
Map<String,String> attrs)
Get a bundle from one of the plugin repositories.
|
Container |
Project.getDeliverable(String bsn,
Map<String,String> attrs)
Answer the container associated with a given bsn.
|
protected Container |
Project.toContainer(String bsn,
String range,
Map<String,String> attrs,
File result,
DownloadBlocker db) |
Modifier and Type | Method and Description |
---|---|
static List<Container> |
Container.flatten(Collection<Container> containers)
Take a container list and flatten it (e.g.
|
Collection<Container> |
Project.getBootclasspath() |
Collection<Container> |
Project.getBuildpath() |
List<Container> |
Project.getBundles(Strategy strategyx,
String spec,
String source)
Analyze the header and return a list of files that should be on the
build, test or some other path.
|
Collection<Container> |
Project.getClasspath() |
Collection<Container> |
Project.getDeliverables()
Returns containers for the deliverables of this project.
|
List<Container> |
Container.getMembers()
Return the this if this is anything else but a library.
|
Collection<Container> |
Project.getRunbundles() |
Collection<Container> |
Project.getRunFw()
Return the run framework
|
Collection<Container> |
Project.getRunpath() |
Collection<Container> |
Project.getTestpath() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectLauncher.addClasspath(Container container) |
static void |
Container.flatten(Container container,
List<Container> list)
Flatten a container in the output list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectLauncher.addClasspath(Collection<Container> path) |
void |
Project.doMavenPom(Strategy strategyx,
List<Container> result,
String action)
The user selected pom in a path.
|
static List<Container> |
Container.flatten(Collection<Container> containers)
Take a container list and flatten it (e.g.
|
static void |
Container.flatten(Collection<Container> containers,
List<Container> list)
Take a container list and flatten it (e.g.
|
static void |
Container.flatten(Collection<Container> containers,
List<Container> list)
Take a container list and flatten it (e.g.
|
static void |
Container.flatten(Container container,
List<Container> list)
Flatten a container in the output list.
|
Modifier and Type | Method and Description |
---|---|
void |
Classpath.add(Collection<Container> testpath) |
Modifier and Type | Method and Description |
---|---|
boolean |
Compiler.compile(Project project,
Collection<File> sources,
Collection<Container> buildpath,
File bin) |
Copyright © 2015 aQute SARL. All rights reserved.