Class EquinoxSLF4JBundleActivator

java.lang.Object
org.slf4j.impl.EquinoxSLF4JBundleActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class EquinoxSLF4JBundleActivator extends Object implements org.osgi.framework.BundleActivator
Bundle activator whos sole purpuse is to give access to BundleContext.
  • Constructor Details

    • EquinoxSLF4JBundleActivator

      public EquinoxSLF4JBundleActivator()
      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