Uses of Class
org.nuxeo.osgi.BundleImpl
-
Packages that use BundleImpl Package Description org.nuxeo.osgi org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. -
-
Uses of BundleImpl in org.nuxeo.osgi
Subclasses of BundleImpl in org.nuxeo.osgi Modifier and Type Class Description classSystemBundleFields in org.nuxeo.osgi declared as BundleImpl Modifier and Type Field Description protected BundleImplBundleRegistration. bundleMethods in org.nuxeo.osgi that return BundleImpl Modifier and Type Method Description BundleImplBundleRegistry. getBundle(long id)BundleImplBundleRegistry. getBundle(String symbolicName)BundleImplOSGiAdapter. getBundle(String symbolicName)BundleImpl[]BundleRegistry. getFragments(String symbolicName)BundleImpl[]BundleRegistry. getInstalledBundles()BundleImpl[]OSGiAdapter. getInstalledBundles()Methods in org.nuxeo.osgi with parameters of type BundleImpl Modifier and Type Method Description voidBundleRegistry. install(BundleImpl bundle)voidOSGiAdapter. install(BundleImpl bundle)voidBundleRegistry. uninstall(BundleImpl bundle)voidOSGiAdapter. uninstall(BundleImpl bundle)Constructors in org.nuxeo.osgi with parameters of type BundleImpl Constructor Description BundleRegistration(BundleImpl bundle)OSGiBundleContext(BundleImpl bundle) -
Uses of BundleImpl in org.nuxeo.runtime.test
Subclasses of BundleImpl in org.nuxeo.runtime.test Modifier and Type Class Description classRootRuntimeBundle
-