Class EquinoxLogBundleActivator

java.lang.Object
com.github.marschall.jclequinox.EquinoxLogBundleActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class EquinoxLogBundleActivator extends Object implements org.osgi.framework.BundleActivator
Bundle activator whose sole purpose is to give access to BundleContext.
  • Constructor Details

    • EquinoxLogBundleActivator

      public EquinoxLogBundleActivator()
      Default constructor to be called by OSGi.
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context)
      Specified by:
      start in interface org.osgi.framework.BundleActivator
    • stop

      public void stop(org.osgi.framework.BundleContext context)
      Specified by:
      stop in interface org.osgi.framework.BundleActivator