public interface BundlePackagesParser
BundlePackagesParser
Parses the import and export packages of a bundle into a list of packages and their versions.| Modifier and Type | Method and Description |
|---|---|
BundleData |
getBundleData(org.osgi.framework.Bundle bundle)
Given an osgi bundle, parses the import and export packages string
present in the manifest of the bundle.
|
BundleData |
getBundleData(java.util.jar.JarInputStream jarStream)
Given input stream of a bundle, parses the import and export packages string
present in the manifest of the bundle.
|
BundleData getBundleData(java.util.jar.JarInputStream jarStream)
jarStream - - Jar Input Stream of the bundleBundleData getBundleData(org.osgi.framework.Bundle bundle)
bundle - - OSGI Bundle"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"