Package aQute.bnd.obr
Class OBRFragment
- java.lang.Object
-
- aQute.bnd.obr.OBRFragment
-
public class OBRFragment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OBRFragment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static aQute.service.reporter.Reporter
parse(Jar jar, ResourceBuilder resource)
static aQute.service.reporter.Reporter
parse(java.io.File file, ResourceBuilder resource, java.lang.String base)
-
-
-
Method Detail
-
parse
public static aQute.service.reporter.Reporter parse(Jar jar, ResourceBuilder resource) throws java.lang.Exception
- Throws:
java.lang.Exception
-
parse
public static aQute.service.reporter.Reporter parse(java.io.File file, ResourceBuilder resource, java.lang.String base) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-