Package org.nuxeo.osgi
Class SystemBundle
- java.lang.Object
-
- org.nuxeo.osgi.BundleImpl
-
- org.nuxeo.osgi.SystemBundle
-
- All Implemented Interfaces:
org.osgi.framework.Bundle
public class SystemBundle extends BundleImpl
- Author:
- Bogdan Stefanescu
-
-
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 SystemBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader)
-
Method Summary
-
Methods inherited from class org.nuxeo.osgi.BundleImpl
createContext, equals, findEntries, getActivator, 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
-
SystemBundle
public SystemBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader) throws org.osgi.framework.BundleException
- Throws:
org.osgi.framework.BundleException
-
-