| java.lang.Object org.eclipse.pde.internal.core.PDEStateHelper
PDEStateHelper | public class PDEStateHelper (Code) | | |
Method Summary | |
public static BundleDescription[] | getImportedBundles(BundleDescription root) |
getImportedBundles | public static BundleDescription[] getImportedBundles(BundleDescription root)(Code) | | Returns the bundles that export packages imported by the given bundle
via the Import-Package header
Parameters: root - the given bundle an array of bundles that export packages being imported by the given bundle |
|
|