Package com.github.marschall.jclequinox
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 Summary
Constructors -
Method Summary
-
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 interfaceorg.osgi.framework.BundleActivator
-
stop
public void stop(org.osgi.framework.BundleContext context) - Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
-