Uses of Class
aQute.bnd.osgi.Builder

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

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.
 

Methods in aQute.bnd.build with parameters of type Builder
protected  void ProjectBuilder.doneBuild(Builder builder)
          Called when we 're done with a builder.
protected  void ProjectBuilder.startBuild(Builder builder)
          Called when we start to build a builder
 

Uses of Builder in aQute.bnd.make
 

Methods in aQute.bnd.make with parameters of type Builder
 Resource MakeCopy.make(Builder builder, String destination, Map<String,String> argumentsOnMake)
           
 Resource MakeBnd.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.osgi
 

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

Methods in aQute.bnd.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.
 

Methods in aQute.bnd.osgi with parameters of type Builder
protected  void Builder.doneBuild(Builder builder)
          Called when we 're done with a builder
protected  void Builder.startBuild(Builder builder)
          Called when we start to build a builder
 

Constructors in aQute.bnd.osgi with parameters of type Builder
CommandResource(String command, Builder domain, long lastModified, File wd)
           
 

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)
           
 



Copyright © 2014 aQute SARL. All rights reserved.