Modifier and Type | Method and Description |
---|---|
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.
|
Resource make(Builder builder, java.lang.String source, java.util.Map<java.lang.String,java.lang.String> arguments) throws java.lang.Exception
builder
- The current buildersource
- The source string (i.e. the place where bnd looked)arguments
- Any arguments on the clause in Include-Resourcejava.lang.Exception