org.apache.felix.obrplugin
public class ExtractBindexInfo extends Object
Constructor Summary | |
---|---|
ExtractBindexInfo(URI repoFilename, String outFile)
configure bindex and build information. |
Method Summary | |
---|---|
List | getCapabilities()
extract capabilities from bindex information. |
String | getCopyright()
extract copyright from bindex information. |
String | getDescription()
extract description from bindex information. |
String | getDocumentation()
extract documentation from bindex information. |
String | getId()
extract source from bindex information. |
String | getLicense()
extract license from bindex information. |
String | getPresentationName()
extract presentation name from bindex information. |
List | getRequirement()
extract requirement from bindex information. |
String | getSource()
extract source from bindex information. |
String | getSymbolicName()
extract symbolic name from bindex information. |
String | getVersion()
extract version from bindex information. |
Parameters: repoFilename URI on OBR descriptor file outFile path on targeted jar-file
Throws: MojoExecutionException occurs if bindex configuration failed
Returns: bundle capabilities List
Returns: bundle copyright
Returns: bundle description
Returns: bundle documentation
Returns: bundle source
Returns: bundle license
Returns: bundle presentation name
Returns: bundle requirement List
Returns: bundle source
Returns: bundle symbolic name
Returns: bundle version