Class Activator
java.lang.Object
org.apache.felix.bundlerepository.impl.Activator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
getContext
public static org.osgi.framework.BundleContext getContext() -
log
-
log
-
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
-