Uses of Class
org.apache.felix.framework.util.manifestparser.NativeLibraryClause
Packages that use NativeLibraryClause
-
Uses of NativeLibraryClause in org.apache.felix.framework.util.manifestparser
Fields in org.apache.felix.framework.util.manifestparser with type parameters of type NativeLibraryClauseModifier and TypeFieldDescriptionprivate List
<NativeLibraryClause> ManifestParser.m_libraryClauses
Methods in org.apache.felix.framework.util.manifestparser that return NativeLibraryClauseModifier and TypeMethodDescriptionprivate NativeLibraryClause
ManifestParser.getSelectedLibraryClause()
static NativeLibraryClause
Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type NativeLibraryClauseModifier and TypeMethodDescriptionManifestParser.getLibraryClauses()
private static List
<NativeLibraryClause> ManifestParser.parseLibraryStrings
(Logger logger, List<String> libStrs) Parses native code manifest headers.Method parameters in org.apache.felix.framework.util.manifestparser with type arguments of type NativeLibraryClauseModifier and TypeMethodDescription(package private) static List
<BundleRequirement> ManifestParser.convertNativeCode
(BundleRevision owner, List<NativeLibraryClause> nativeLibraryClauses, boolean hasOptionalLibraryDirective) private int
ManifestParser.firstSortedClause
(List<NativeLibraryClause> clauseList) Constructors in org.apache.felix.framework.util.manifestparser with parameters of type NativeLibraryClause