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 Container
Get 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 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 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 TypeMethodDescriptionvoid
ProjectBuilder.addClasspath
(Container c) void
ProjectLauncher.addClasspath
(Container container) protected void
ProjectLauncher.addClasspath
(Container container, List<String> pathlist) static void
Flatten a container in the output list.Method parameters in aQute.bnd.build with type arguments of type ContainerModifier and TypeMethodDescriptionvoid
Classpath.add
(Collection<Container> testpath) protected void
ProjectLauncher.addClasspath
(Collection<Container> path) void
Project.doMavenPom
(Strategy strategyx, List<Container> result, String action) The user selected pom in a path.static void
Flatten a container in the output list.Container.flatten
(Collection<Container> containers) Take a container list and flatten it (e.g.static void
Container.flatten
(Collection<Container> containers, List<Container> list) Take a container list and flatten it (e.g.static void
Container.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.