Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.service |
Modifier and Type | Method and Description |
---|---|
Container |
Project.getBundle(String bsn,
String range,
RepositoryPlugin.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.
|
Container |
Project.getPackage(String packageName,
String range,
RepositoryPlugin.Strategy strategyx,
Map<String,String> attrs,
ResolverMode mode)
Find a container to fulfil a package requirement
|
protected Container |
Project.toContainer(String bsn,
String range,
Map<String,String> attrs,
File result) |
Modifier and Type | Method and Description |
---|---|
Collection<Container> |
Project.getBootclasspath() |
Collection<Container> |
Project.getBuildpath() |
List<Container> |
Project.getBundles(RepositoryPlugin.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.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.getRunpath() |
Collection<Container> |
Project.getTestpath() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectLauncher.addClasspath(Container container) |
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. |
void |
Project.doMavenPom(RepositoryPlugin.Strategy strategyx,
List<Container> result,
String action)
The user selected pom in a path.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Compiler.compile(Project project,
Collection<File> sources,
Collection<Container> buildpath,
File bin) |
Copyright © 2014 aQute SARL. All rights reserved.