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 class
SystemBundle
Fields in org.nuxeo.osgi declared as BundleImpl Modifier and Type Field Description protected BundleImpl
BundleRegistration. bundle
Methods in org.nuxeo.osgi that return BundleImpl Modifier and Type Method Description BundleImpl
BundleRegistry. getBundle(long id)
BundleImpl
BundleRegistry. getBundle(String symbolicName)
BundleImpl
OSGiAdapter. 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 void
BundleRegistry. install(BundleImpl bundle)
void
OSGiAdapter. install(BundleImpl bundle)
void
BundleRegistry. uninstall(BundleImpl bundle)
void
OSGiAdapter. 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 class
RootRuntimeBundle
-