| Package | Description |
|---|---|
| org.apache.felix.framework.util.manifestparser |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<NativeLibraryClause> |
ManifestParser.m_libraryClauses |
| Modifier and Type | Method and Description |
|---|---|
private NativeLibraryClause |
ManifestParser.getSelectedLibraryClause() |
static NativeLibraryClause |
NativeLibraryClause.parse(Logger logger,
java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NativeLibraryClause> |
ManifestParser.getLibraryClauses() |
private static java.util.List<NativeLibraryClause> |
ManifestParser.parseLibraryStrings(Logger logger,
java.util.List<java.lang.String> libStrs)
Parses native code manifest headers.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.List<BundleRequirement> |
ManifestParser.convertNativeCode(BundleRevision owner,
java.util.List<NativeLibraryClause> nativeLibraryClauses,
boolean hasOptionalLibraryDirective) |
private int |
ManifestParser.firstSortedClause(java.util.List<NativeLibraryClause> clauseList) |
| Constructor and Description |
|---|
NativeLibraryClause(NativeLibraryClause library) |