public class BundleUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.framework.Bundle |
findAndStopBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn) |
static org.osgi.framework.Bundle |
findBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn) |
static org.osgi.framework.Bundle |
findOrInstallBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn,
java.lang.String url) |
static org.osgi.framework.Bundle |
installOrStopBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn,
java.lang.String url) |
public static org.osgi.framework.Bundle installOrStopBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn,
java.lang.String url)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionpublic static org.osgi.framework.Bundle findBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionpublic static org.osgi.framework.Bundle findAndStopBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionpublic static org.osgi.framework.Bundle findOrInstallBundle(org.osgi.framework.BundleContext bundleContext,
java.lang.String bsn,
java.lang.String url)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionCopyright © 2014 Red Hat. All Rights Reserved.