Package org.nuxeo.osgi
Class NullActivator
java.lang.Object
org.nuxeo.osgi.NullActivator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
public static final org.osgi.framework.BundleActivator INSTANCE
-
-
Constructor Details
-
NullActivator
public NullActivator()
-
-
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
-