|
||||||||||
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,
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)
|
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(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()
|
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.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. |
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 |