aQute.lib.osgi
public class Builder extends Analyzer
| Constructor Summary | |
|---|---|
| Builder(Processor parent) | |
| Builder() | |
| Method Summary | |
|---|---|
| void | addSourcepath(File cp) |
| void | analyze()
Intercept the call to analyze and cleanup versions after we have analyzed
the setup. |
| Jar | build() |
| Jar[] | builds()
Build Multiple jars. |
| void | cleanupVersion(Map<String,Map<String,String>> mapOfMap) |
| void | close() |
| void | doPom(Jar dot)
Create a POM reseource for Maven containing as much information as
possible from the manifest.
|
| protected String | getImportPackages() |
| Collection<File> | getSourcePath() |
| Builder | getSubBuilder() |
| boolean | hasSources() |
| void | removeBundleSpecificHeaders() |
| void | setSourcepath(File[] files) |
| String | _maven_version(String[] args)
A macro to convert a maven version to an OSGi version |
| String | _permissions(String[] args) |
Returns:
Throws: Exception
Parameters: output builder
Throws: FileNotFoundException IOException