Uses of Class
aQute.bnd.build.Container
-
Packages that use Container Package Description aQute.bnd.build aQute.bnd.exporter.subsystem aQute.bnd.main -
-
Uses of Container in aQute.bnd.build
Fields in aQute.bnd.build with type parameters of type Container Modifier and Type Field Description (package private) java.util.Collection<Container>Project. bootclasspath(package private) java.util.Collection<Container>Project. buildpath(package private) java.util.Collection<Container>Project. classpath(package private) java.util.Collection<Container>Project. runbundles(package private) java.util.Collection<Container>Project. runfw(package private) java.util.Collection<Container>Project. runpath(package private) java.util.Collection<Container>Project. testpathjava.util.Map<java.lang.String,Container>Project. unreferencedClasspathEntriesMethods in aQute.bnd.build that return Container Modifier and Type Method Description static ContainerContainer. error(Project project, java.lang.String message)ContainerProject. 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.ContainerProject. getBundle(org.osgi.resource.Resource r)private ContainerProject. getBundleByHash(java.lang.String bsn, java.util.Map<java.lang.String,java.lang.String> attrs)private ContainerProject. getBundleFromProject(java.lang.String bsn, java.util.Map<java.lang.String,java.lang.String> attrs)Look for the bundle in the workspace.ContainerProject. getDeliverable(java.lang.String bsn, java.util.Map<java.lang.String,java.lang.String> attrs)Answer the container associated with a given bsn.protected ContainerProject. 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()(package private) java.util.Collection<Container>Project. getBundles(Strategy strategy, java.lang.String spec)Just calls a new method with a default parm.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()private java.util.List<Container>Project. parseBuildpath()Parse the list of bundles that are a prerequisite to this project.private java.util.List<Container>Project. parseRunbundles()protected java.util.List<Container>Project. parseRunbundles(java.lang.String spec)private java.util.List<Container>Project. parseRunFw()private java.util.List<Container>Project. parseRunpath()private java.util.List<Container>Project. parseTestpath()Methods in aQute.bnd.build with parameters of type Container Modifier and Type Method Description private voidProject. add(java.util.List<java.lang.String> paths, Container container)voidProjectBuilder. addClasspath(Container c)private voidProjectBuilder. addClasspath(Parameters dependencies, Container c)voidProjectLauncher. addClasspath(Container container)protected voidProjectLauncher. addClasspath(Container container, java.util.List<java.lang.String> pathlist)(package private) static voidProject. addToPackageList(Container container, java.lang.String newPackageNames)static voidContainer. 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 voidClasspath. add(java.util.Collection<Container> testpath)protected voidProjectLauncher. addClasspath(java.util.Collection<Container> path)voidProject. doMavenPom(Strategy strategyx, java.util.List<Container> result, java.lang.String action)The user selected pom in a path.private voidProject. doPath(java.util.Collection<Container> resultpath, java.util.Collection<Project> projects, java.util.Collection<Container> entries, java.util.Collection<Container> bootclasspath, boolean noproject, java.lang.String name)Iterate over the entries and place the projects on the projects list and all the files of the entries on the resultpath.static voidContainer. 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 voidContainer. flatten(java.util.Collection<Container> containers, java.util.List<Container> list)Take a container list and flatten it (e.g.static voidContainer. flatten(java.util.Collection<Container> containers, java.util.List<Container> list)Take a container list and flatten it (e.g.private <T> TProject. getHandler(java.lang.Class<T> target, java.util.Collection<Container> containers, java.lang.String header, java.lang.String defaultHandler)private voidProject. justInTime(java.util.Collection<Container> path, java.util.List<Container> entries, boolean noproject, java.lang.String name)Handle dependencies for paths that are calculated on demand.private voidProject. justInTime(java.util.Collection<Container> path, java.util.List<Container> entries, boolean noproject, java.lang.String name)Handle dependencies for paths that are calculated on demand.(package private) java.util.Collection<java.io.File>Project. toFile(java.util.Collection<Container> containers)Calculate the classpath.static java.util.List<java.lang.String>Container. toPaths(java.util.List<java.lang.String> errors, java.util.Collection<Container> containers)Convert a set of containers to a list of paths.private voidProject. verifyDependencies(java.lang.String title, java.util.Collection<Container> path)private voidProjectBuilder. xrefClasspath(java.util.Map<java.lang.String,Container> unreferencedClasspathEntries, Packages packages) -
Uses of Container in aQute.bnd.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem that return types with arguments of type Container Modifier and Type Method Description private java.util.Collection<Container>SubsystemExporter. getRequiredBundles(Project project)Method parameters in aQute.bnd.exporter.subsystem with type arguments of type Container Modifier and Type Method Description private java.util.List<java.io.File>SubsystemExporter. getBundles(java.util.Collection<Container> containers, Processor reporter) -
Uses of Container in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Container Modifier and Type Method Description private java.io.Filebnd. toFile(Container c)
-