Package org.nuxeo.runtime.test
Class RootRuntimeBundle
- java.lang.Object
-
- org.nuxeo.osgi.BundleImpl
-
- org.nuxeo.runtime.test.RootRuntimeBundle
-
- All Implemented Interfaces:
org.osgi.framework.Bundle
public class RootRuntimeBundle extends BundleImpl
- Author:
- gracinet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.osgi.BundleImpl
BundleImpl.CompoundEnumerationBuilder
-
-
Field Summary
-
Fields inherited from class org.nuxeo.osgi.BundleImpl
activator, allowHostOverride, context, file, headers, id, lastModified, loader, location, osgi, startupTime, state, symbolicName
-
-
Constructor Summary
Constructors Constructor Description RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader)
RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.BundleActivator
getActivator()
-
Methods inherited from class org.nuxeo.osgi.BundleImpl
createContext, equals, findEntries, getActivatorClassName, getBundleContext, getBundleFile, getBundleId, getEntry, getEntryPaths, getHeaders, getHeaders, getLastModified, getLocation, getPackageAdmin, getRegisteredServices, getResource, getResources, getServicesInUse, getSignerCertificates, getStartupTime, getState, getSymbolicName, getVersion, hashCode, hasPermission, loadClass, shutdown, start, start, stop, stop, toString, uninstall, update, update
-
-
-
-
Constructor Detail
-
RootRuntimeBundle
public RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader) throws org.osgi.framework.BundleException
- Throws:
org.osgi.framework.BundleException
-
RootRuntimeBundle
public RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) throws org.osgi.framework.BundleException
- Throws:
org.osgi.framework.BundleException
-
-
Method Detail
-
getActivator
public org.osgi.framework.BundleActivator getActivator()
- Overrides:
getActivator
in classBundleImpl
-
-