Package com.github.dozermapper.core.osgi
Class Activator
- java.lang.Object
-
- com.github.dozermapper.core.osgi.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public final class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.osgi.framework.BundlegetBundle()static org.osgi.framework.BundleContextgetContext()voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext bundleContext)
-
-
-
Method Detail
-
getContext
public static org.osgi.framework.BundleContext getContext()
-
getBundle
public static org.osgi.framework.Bundle getBundle()
-
start
public void start(org.osgi.framework.BundleContext context)
- Specified by:
startin interfaceorg.osgi.framework.BundleActivator
-
stop
public void stop(org.osgi.framework.BundleContext bundleContext)
- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator
-
-