Uses of Class
aQute.lib.osgi.Builder

Packages that use Builder
aQute.bnd.build   
aQute.bnd.make   
aQute.bnd.service   
aQute.bnd.signing   
aQute.lib.osgi   
 

Uses of Builder in aQute.bnd.build
 

Subclasses of Builder in aQute.bnd.build
 class ProjectBuilder
           
 

Methods in aQute.bnd.build that return Builder
 Builder ProjectBuilder.getSubBuilder()
           
 Builder Project.getSubBuilder(File bndFile)
          Return the builder associated with the give bnd file or null.
 

Methods in aQute.bnd.build that return types with arguments of type Builder
 Collection<? extends Builder> Project.getSubBuilders()
          Get a list of the sub builders.
 

Uses of Builder in aQute.bnd.make
 

Methods in aQute.bnd.make with parameters of type Builder
 Resource MakeBnd.make(Builder builder, String destination, Map<String,String> argumentsOnMake)
           
 Resource MakeCopy.make(Builder builder, String destination, Map<String,String> argumentsOnMake)
           
 

Constructors in aQute.bnd.make with parameters of type Builder
Make(Builder builder)
           
 

Uses of Builder in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Builder
 Resource MakePlugin.make(Builder builder, String source, Map<String,String> arguments)
          This plugin is called when Include-Resource detects a reference to a resource that it can not find in the file system.
 void SignerPlugin.sign(Builder builder, String alias)
          Sign the current jar.
 

Uses of Builder in aQute.bnd.signing
 

Methods in aQute.bnd.signing with parameters of type Builder
 void JartoolSigner.sign(Builder builder, String alias)
           
 

Uses of Builder in aQute.lib.osgi
 

Methods in aQute.lib.osgi that return Builder
 Builder Builder.getSubBuilder()
           
 Builder Builder.getSubBuilder(File file)
           
 

Methods in aQute.lib.osgi that return types with arguments of type Builder
 List<Builder> Builder.getSubBuilders()
          Answer a list of builders that represent this file or a list of files specified in -sub.
 



Copyright © 2012 aQute SARL. All Rights Reserved.