Package aQute.bnd.make
Class MakeCopy
java.lang.Object
aQute.bnd.make.MakeCopy
- All Implemented Interfaces:
MakePlugin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MakeCopy
public MakeCopy()
-
-
Method Details
-
make
public Resource make(Builder builder, String destination, Map<String, String> argumentsOnMake) throws ExceptionDescription copied from interface:MakePlugin
This plugin is called when Include-Resource detects a reference to a resource that it can not find in the file system.- Specified by:
make
in interfaceMakePlugin
- Parameters:
builder
- The current builderdestination
- The source string (i.e. the place where bnd looked)argumentsOnMake
- Any arguments on the clause in Include-Resource- Returns:
- A resource or null if no resource could be made
- Throws:
Exception
-