|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.obr.plugin.ExtractBindexInfo
public class ExtractBindexInfo
this class is used to configure bindex and get information built by bindex about targeted bundle.
Constructor Summary | |
---|---|
ExtractBindexInfo(java.net.URI repoFilename,
java.lang.String outFile)
configure bindex and build information. |
Method Summary | |
---|---|
java.util.List |
getCapabilities()
extract capabilities from bindex information. |
java.lang.String |
getCopyright()
extract copyright from bindex information. |
java.lang.String |
getDescription()
extract description from bindex information. |
java.lang.String |
getDocumentation()
extract documentation from bindex information. |
java.lang.String |
getId()
extract source from bindex information. |
java.lang.String |
getLicense()
extract license from bindex information. |
java.lang.String |
getPresentationName()
extract presentation name from bindex information. |
java.util.List |
getRequirement()
extract requirement from bindex information. |
java.lang.String |
getSource()
extract source from bindex information. |
java.lang.String |
getSymbolicName()
extract symbolic name from bindex information. |
java.lang.String |
getVersion()
extract version from bindex information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtractBindexInfo(java.net.URI repoFilename, java.lang.String outFile) throws org.apache.maven.plugin.MojoExecutionException
repoFilename
- URI on OBR descriptor fileoutFile
- path on targeted jar-file
org.apache.maven.plugin.MojoExecutionException
- occurs if bindex configuration failedMethod Detail |
---|
public java.util.List getCapabilities()
public java.util.List getRequirement()
public java.lang.String getSymbolicName()
public java.lang.String getVersion()
public java.lang.String getPresentationName()
public java.lang.String getCopyright()
public java.lang.String getDescription()
public java.lang.String getDocumentation()
public java.lang.String getLicense()
public java.lang.String getSource()
public java.lang.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |