| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.util.manifestparser |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<NativeLibrary> |
BundleRevisionImpl.m_declaredNativeLibs |
private java.util.List<NativeLibrary> |
BundleWiringImpl.m_resolvedNativeLibs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NativeLibrary> |
BundleRevisionImpl.getDeclaredNativeLibraries() |
java.util.List<NativeLibrary> |
BundleWiringImpl.getNativeLibraries() |
java.util.List<NativeLibrary> |
ExtensionManager.ExtensionManagerWiring.getNativeLibraries() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NativeLibrary> |
ManifestParser.getLibraries()
This method returns the selected native library metadata from
the manifest.
|