Package de.mnl.osgi.log4j2osgi
Class Activator
- java.lang.Object
-
- de.mnl.osgi.log4j2osgi.Activator
-
- All Implemented Interfaces:
BundleActivator
public class Activator extends Object implements BundleActivator
The activator for this bundle.
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(BundleContext context)Start.voidstop(BundleContext context)Stop.
-
-
-
Constructor Detail
-
Activator
public Activator()
-
-
Method Detail
-
start
public void start(BundleContext context) throws Exception
Start.- Specified by:
startin interfaceBundleActivator- Parameters:
context- the context- Throws:
Exception- the exception
-
stop
public void stop(BundleContext context) throws Exception
Stop.- Specified by:
stopin interfaceBundleActivator- Parameters:
context- the context- Throws:
Exception- the exception
-
-