public class Bundles extends Object
Constructor and Description |
---|
Bundles() |
Modifier and Type | Method and Description |
---|---|
static org.osgi.framework.Bundle |
findDependencyBundle(org.osgi.framework.Bundle bundle,
String dependencyId) |
static org.osgi.framework.Bundle |
findDependencyBundleByPackage(org.osgi.framework.Bundle bundle,
String packageName) |
static ClassLoader |
getBundleClassloader(org.osgi.framework.Bundle bundle) |
static List<String> |
getClasspathEntries(org.osgi.framework.Bundle bundle) |
public static org.osgi.framework.Bundle findDependencyBundle(org.osgi.framework.Bundle bundle, String dependencyId)
public static ClassLoader getBundleClassloader(org.osgi.framework.Bundle bundle)
public static List<String> getClasspathEntries(org.osgi.framework.Bundle bundle)
public static org.osgi.framework.Bundle findDependencyBundleByPackage(org.osgi.framework.Bundle bundle, String packageName)
Copyright © 2005–2019 Eclipse Foundation. All rights reserved.