Uses of Class
org.apache.felix.framework.util.manifestparser.NativeLibrary
-
Packages that use NativeLibrary Package Description org.apache.felix.framework org.apache.felix.framework.util.manifestparser -
-
Uses of NativeLibrary in org.apache.felix.framework
Fields in org.apache.felix.framework with type parameters of type NativeLibrary Modifier and Type Field Description private java.util.List<NativeLibrary>
BundleRevisionImpl. m_declaredNativeLibs
private java.util.List<NativeLibrary>
BundleWiringImpl. m_resolvedNativeLibs
Methods in org.apache.felix.framework that return types with arguments of type NativeLibrary Modifier and Type Method Description java.util.List<NativeLibrary>
BundleRevisionImpl. getDeclaredNativeLibraries()
java.util.List<NativeLibrary>
BundleWiringImpl. getNativeLibraries()
java.util.List<NativeLibrary>
ExtensionManager.ExtensionManagerWiring. getNativeLibraries()
-
Uses of NativeLibrary in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type NativeLibrary Modifier and Type Method Description java.util.List<NativeLibrary>
ManifestParser. getLibraries()
This method returns the selected native library metadata from the manifest.
-