public class MakeCopy extends Object implements MakePlugin
| Constructor and Description |
|---|
MakeCopy() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
make(Builder builder,
String destination,
Map<String,String> argumentsOnMake)
This plugin is called when Include-Resource detects a reference to a
resource that it can not find in the file system.
|
public Resource make(Builder builder, String destination, Map<String,String> argumentsOnMake) throws Exception
MakePluginmake in interface MakePluginbuilder - The current builderdestination - The source string (i.e. the place where bnd looked)argumentsOnMake - Any arguments on the clause in Include-ResourceExceptionCopyright © 2019 aQute SARL. All rights reserved.