Uses of Class
aQute.bnd.build.Container
Packages that use Container
-
Uses of Container in aQute.bnd.build
Fields in aQute.bnd.build with type parameters of type ContainerMethods in aQute.bnd.build that return ContainerModifier and TypeMethodDescriptionstatic ContainerGet a bundle from one of the plugin repositories.Project.getBundle(org.osgi.resource.Resource r) Project.getDeliverable(String bsn, Map<String, String> attrs) Answer the container associated with a given bsn.protected ContainerProject.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 ContainerModifier and TypeMethodDescriptionContainer.flatten(Collection<Container> containers) Take a container list and flatten it (e.g.Project.getBootclasspath()Project.getBuildpath()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.Project.getBundlesWildcard(String bsnPattern, String range, Strategy strategyx, Map<String, String> attrs) Get all bundles matching a wildcard expression.Project.getClasspath()Project.getDeliverables()Returns containers for the deliverables of this project.Container.getMembers()Return the this if this is anything else but a library.Project.getRunbundles()Project.getRunFw()Return the run frameworkProject.getRunpath()Project.getTestpath()Project.parseRunbundles(String spec) Methods in aQute.bnd.build with parameters of type ContainerModifier and TypeMethodDescriptionvoidProjectBuilder.addClasspath(Container c) voidProjectLauncher.addClasspath(Container container) protected voidProjectLauncher.addClasspath(Container container, List<String> pathlist) static voidFlatten a container in the output list.Method parameters in aQute.bnd.build with type arguments of type ContainerModifier and TypeMethodDescriptionvoidClasspath.add(Collection<Container> testpath) protected voidProjectLauncher.addClasspath(Collection<Container> path) voidProject.doMavenPom(Strategy strategyx, List<Container> result, String action) The user selected pom in a path.static voidFlatten a container in the output list.Container.flatten(Collection<Container> containers) Take a container list and flatten it (e.g.static voidContainer.flatten(Collection<Container> containers, List<Container> list) Take a container list and flatten it (e.g.static voidContainer.flatten(Collection<Container> containers, List<Container> list) Take a container list and flatten it (e.g.Container.toPaths(List<String> errors, Collection<Container> containers) Convert a set of containers to a list of paths.