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.testpathProject.unreferencedClasspathEntriesMethods 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) private ContainerProject.getBundleByHash(String bsn, Map<String, String> attrs) private ContainerProject.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 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()(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 voidvoidProjectBuilder.addClasspath(Container c) private voidProjectBuilder.addClasspath(Parameters dependencies, Container c) voidProjectLauncher.addClasspath(Container container) protected voidProjectLauncher.addClasspath(Container container, List<String> pathlist) (package private) static voidProject.addToPackageList(Container container, String newPackageNames) 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.private voidProject.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 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.private <T> TProject.getHandler(Class<T> target, Collection<Container> containers, String header, String defaultHandler) private voidProject.justInTime(Collection<Container> path, List<Container> entries, boolean noproject, String name) Handle dependencies for paths that are calculated on demand.private voidProject.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 voidProject.verifyDependencies(String title, Collection<Container> path) private voidProjectBuilder.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