Uses of Class
aQute.bnd.build.Container

Packages that use Container
aQute.bnd.build   
 

Uses of Container in aQute.bnd.build
 

Methods in aQute.bnd.build that return Container
 Container Project.getBundle(String bsn, String range, int strategy, Map<String,String> attrs)
          Get a bundle from one of the plugin repositories.
 

Methods in aQute.bnd.build that return types with arguments of type Container
 Collection<Container> Project.getBootclasspath()
           
 Collection<Container> Project.getBuildpath()
           
 List<Container> Project.getBundles(int strategy, String spec)
          Analyze the header and return a list of files that should be on the build, test or some other path.
 List<Container> Container.getMembers()
          Return the this if this is anything else but a library.
 Collection<Container> Project.getRunbundles()
           
 Collection<Container> Project.getRunpath()
           
 



Copyright © 2010 aQute SARL. All Rights Reserved.