Uses of Class
aQute.bnd.build.Container

Packages that use Container
aQute.bnd.build   
aQute.bnd.osgi   
aQute.bnd.service   
 

Uses of Container in aQute.bnd.build
 

Methods in aQute.bnd.build that return Container
 Container Project.getBundle(String bsn, String range, Strategy strategy, Map<String,String> attrs)
          Get a bundle from one of the plugin repositories.
 Container 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 Container
static List<Container> Container.flatten(Collection<Container> containers)
          Take a container list and flatten it (e.g.
 Collection<Container> Project.getBootclasspath()
           
 Collection<Container> Project.getBuildpath()
           
 List<Container> 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.
 Collection<Container> Project.getClasspath()
           
 Collection<Container> Project.getDeliverables()
          Returns containers for the deliverables of this project.
 List<Container> Container.getMembers()
          Return the this if this is anything else but a library.
 Collection<Container> Project.getRunbundles()
           
 Collection<Container> Project.getRunFw()
          Return the run framework
 Collection<Container> Project.getRunpath()
           
 Collection<Container> Project.getTestpath()
           
 

Methods in aQute.bnd.build with parameters of type Container
 void ProjectLauncher.addClasspath(Container container)
           
static void Container.flatten(Container container, List<Container> list)
          Flatten a container in the output list.
 

Method parameters in aQute.bnd.build with type arguments of type Container
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 List<Container> 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.
static void Container.flatten(Container container, List<Container> list)
          Flatten a container in the output list.
 

Uses of Container in aQute.bnd.osgi
 

Method parameters in aQute.bnd.osgi with type arguments of type Container
 void Classpath.add(Collection<Container> testpath)
           
 

Uses of Container in aQute.bnd.service
 

Method parameters in aQute.bnd.service with type arguments of type Container
 boolean Compiler.compile(Project project, Collection<File> sources, Collection<Container> buildpath, File bin)
           
 



Copyright © 2014 aQute SARL. All rights reserved.