Uses of Class
org.apache.felix.framework.util.manifestparser.NativeLibraryClause
-
Packages that use NativeLibraryClause Package Description org.apache.felix.framework.util.manifestparser -
-
Uses of NativeLibraryClause in org.apache.felix.framework.util.manifestparser
Fields in org.apache.felix.framework.util.manifestparser with type parameters of type NativeLibraryClause Modifier and Type Field Description private java.util.List<NativeLibraryClause>
ManifestParser. m_libraryClauses
Methods in org.apache.felix.framework.util.manifestparser that return NativeLibraryClause Modifier and Type Method Description private NativeLibraryClause
ManifestParser. getSelectedLibraryClause()
static NativeLibraryClause
NativeLibraryClause. parse(Logger logger, java.lang.String s)
Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type NativeLibraryClause Modifier and Type Method 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.Method parameters in org.apache.felix.framework.util.manifestparser with type arguments of type NativeLibraryClause Modifier and Type Method 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)
Constructors in org.apache.felix.framework.util.manifestparser with parameters of type NativeLibraryClause Constructor Description NativeLibraryClause(NativeLibraryClause library)
-