Class RootRuntimeBundle

  • All Implemented Interfaces:
    org.osgi.framework.Bundle

    public class RootRuntimeBundle
    extends BundleImpl
    Author:
    gracinet
    • 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 class BundleImpl