Uses of Class
aQute.bnd.build.Container
-
Packages that use Container Package Description aQute.bnd.build -
-
Uses of Container in aQute.bnd.build
Fields in aQute.bnd.build with type parameters of type Container Modifier and Type Field Description java.util.Map<java.lang.String,Container>
Project. unreferencedClasspathEntries
Methods in aQute.bnd.build that return Container Modifier and Type Method Description Container
Project. getBundle(java.lang.String bsn, java.lang.String range, Strategy strategy, java.util.Map<java.lang.String,java.lang.String> attrs)
Get a bundle from one of the plugin repositories.Container
Project. getDeliverable(java.lang.String bsn, java.util.Map<java.lang.String,java.lang.String> attrs)
Answer the container associated with a given bsn.protected Container
Project. toContainer(java.lang.String bsn, java.lang.String range, java.util.Map<java.lang.String,java.lang.String> attrs, java.io.File result, DownloadBlocker db)
Methods in aQute.bnd.build that return types with arguments of type Container Modifier and Type Method Description static java.util.List<Container>
Container. flatten(java.util.Collection<Container> containers)
Take a container list and flatten it (e.g.java.util.Collection<Container>
Project. getBootclasspath()
java.util.Collection<Container>
Project. getBuildpath()
java.util.List<Container>
Project. getBundles(Strategy strategyx, java.lang.String spec, java.lang.String source)
Analyze the header and return a list of files that should be on the build, test or some other path.java.util.List<Container>
Project. getBundlesWildcard(java.lang.String bsnPattern, java.lang.String range, Strategy strategyx, java.util.Map<java.lang.String,java.lang.String> attrs)
Get all bundles matching a wildcard expression.java.util.Collection<Container>
Project. getClasspath()
java.util.Collection<Container>
Project. getDeliverables()
Returns containers for the deliverables of this project.java.util.List<Container>
Container. getMembers()
Return the this if this is anything else but a library.java.util.Collection<Container>
Project. getRunbundles()
java.util.Collection<Container>
Project. getRunFw()
Return the run frameworkjava.util.Collection<Container>
Project. getRunpath()
java.util.Collection<Container>
Project. getTestpath()
Methods in aQute.bnd.build with parameters of type Container Modifier and Type Method Description void
ProjectBuilder. addClasspath(Container c)
void
ProjectLauncher. addClasspath(Container container)
static void
Container. flatten(Container container, java.util.List<Container> list)
Flatten a container in the output list.Method parameters in aQute.bnd.build with type arguments of type Container Modifier and Type Method Description void
Classpath. add(java.util.Collection<Container> testpath)
protected void
ProjectLauncher. addClasspath(java.util.Collection<Container> path)
void
Project. doMavenPom(Strategy strategyx, java.util.List<Container> result, java.lang.String action)
The user selected pom in a path.static void
Container. flatten(Container container, java.util.List<Container> list)
Flatten a container in the output list.static java.util.List<Container>
Container. flatten(java.util.Collection<Container> containers)
Take a container list and flatten it (e.g.static void
Container. flatten(java.util.Collection<Container> containers, java.util.List<Container> list)
Take a container list and flatten it (e.g.static void
Container. flatten(java.util.Collection<Container> containers, java.util.List<Container> list)
Take a container list and flatten it (e.g.
-