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 ContainerModifier and TypeFieldDescription(package private) final Collection<Container>
Project.bootclasspath
(package private) final Collection<Container>
Project.buildpath
(package private) final Collection<Container>
Project.classpath
(package private) final Collection<Container>
Project.runbundles
(package private) final Collection<Container>
Project.runfw
(package private) final Collection<Container>
Project.runpath
(package private) final Collection<Container>
Project.testpath
Project.unreferencedClasspathEntries
Methods 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) private Container
Project.getBundleByHash
(String bsn, Map<String, String> attrs) private Container
Project.getBundleFromProject
(String bsn, Map<String, String> attrs) Look for the bundle in the workspace.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()
(package private) Collection<Container>
Project.getBundles
(Strategy strategy, String spec) Just calls a new method with a default parm.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.parseBuildpath()
Parse the list of bundles that are a prerequisite to this project.Project.parseRunbundles()
Project.parseRunbundles
(String spec) Project.parseRunFw()
Project.parseRunpath()
Project.parseTestpath()
Methods in aQute.bnd.build with parameters of type ContainerModifier and TypeMethodDescriptionprivate void
void
ProjectBuilder.addClasspath
(Container c) private void
ProjectBuilder.addClasspath
(Parameters dependencies, Container c) void
ProjectLauncher.addClasspath
(Container container) protected void
ProjectLauncher.addClasspath
(Container container, List<String> pathlist) (package private) static void
Project.addToPackageList
(Container container, String newPackageNames) 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.private void
Project.doPath
(Collection<Container> resultpath, Collection<Project> projects, Collection<Container> entries, Collection<Container> bootclasspath, boolean noproject, 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 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.private <T> T
Project.getHandler
(Class<T> target, Collection<Container> containers, String header, String defaultHandler) private void
Project.justInTime
(Collection<Container> path, List<Container> entries, boolean noproject, String name) Handle dependencies for paths that are calculated on demand.private void
Project.justInTime
(Collection<Container> path, List<Container> entries, boolean noproject, String name) Handle dependencies for paths that are calculated on demand.(package private) Collection<File>
Project.toFile
(Collection<Container> containers) Calculate the classpath.Container.toPaths
(List<String> errors, Collection<Container> containers) Convert a set of containers to a list of paths.private void
Project.verifyDependencies
(String title, Collection<Container> path) private void
ProjectBuilder.xrefClasspath
(Map<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 ContainerModifier and TypeMethodDescriptionprivate Collection<Container>
SubsystemExporter.getRequiredBundles
(Project project) Method parameters in aQute.bnd.exporter.subsystem with type arguments of type ContainerModifier and TypeMethodDescriptionSubsystemExporter.getBundles
(Collection<Container> containers, Processor reporter) -
Uses of Container in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Container