A Swiss Army Knife for OSGi

aQute.bnd.service
Interface MakePlugin


public interface MakePlugin


Method Summary
 Resource make(Builder builder, java.lang.String source, java.util.Map<java.lang.String,java.lang.String> arguments)
          This plugin is called when Include-Resource detects a reference to a resource that it can not find in the file system.
 

Method Detail

make

Resource make(Builder builder,
              java.lang.String source,
              java.util.Map<java.lang.String,java.lang.String> arguments)
              throws java.lang.Exception
This plugin is called when Include-Resource detects a reference to a resource that it can not find in the file system.

Parameters:
builder - The current builder
source - The source string (i.e. the place where bnd looked)
arguments - Any arguments on the clause in Include-Resource
Returns:
A resource or null if no resource could be made
Throws:
java.lang.Exception

Licensed under Apache Software License 2.0

Copyright å© aQute SARL (2000, 2011). All Rights Reserved.