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
- 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
Fields inherited from interface org.osgi.framework.Bundle
ACTIVE, INSTALLED, RESOLVED, SIGNERS_ALL, SIGNERS_TRUSTED, START_ACTIVATION_POLICY, START_TRANSIENT, STARTING, STOP_TRANSIENT, STOPPING, UNINSTALLED
-
Constructor Summary
ConstructorDescriptionRootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) RootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) -
Method Summary
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 Details
-
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 Details
-
getActivator
public org.osgi.framework.BundleActivator getActivator()- Overrides:
getActivator
in classBundleImpl
-