|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| aQute.bnd.build | |
| aQute.bnd.service | |
| Uses of Container in aQute.bnd.build |
|---|
| Methods in aQute.bnd.build that return Container | |
|---|---|
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)
|
| Methods in aQute.bnd.build that return types with arguments of type Container | |
|---|---|
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.getRunpath()
|
Collection<Container> |
Project.getTestpath()
|
| Methods in aQute.bnd.build with parameters of type Container | |
|---|---|
void |
ProjectLauncher.addClasspath(Container container)
|
| Method parameters in aQute.bnd.build with type arguments of type Container | |
|---|---|
void |
Project.doMavenPom(Strategy strategyx,
List<Container> result,
String action)
The user selected pom in a path. |
| Uses of Container in aQute.bnd.service |
|---|
| Method parameters in aQute.bnd.service with type arguments of type Container | |
|---|---|
boolean |
Compiler.compile(Project project,
Collection<File> sources,
Collection<Container> buildpath,
File bin)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||