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
  • 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 class BundleImpl