Package de.mnl.osgi.log4j2osgi
Class Activator
java.lang.Object
de.mnl.osgi.log4j2osgi.Activator
- All Implemented Interfaces:
BundleActivator
The activator for this bundle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(BundleContext context) Start.voidstop(BundleContext context) Stop.
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
Start.- Specified by:
startin interfaceBundleActivator- Parameters:
context- the context- Throws:
Exception- the exception
-
stop
Stop.- Specified by:
stopin interfaceBundleActivator- Parameters:
context- the context- Throws:
Exception- the exception
-