Package org.nuxeo.runtime.test
Class OSGIRuntimeTestActivator
- java.lang.Object
-
- org.nuxeo.runtime.osgi.OSGiRuntimeActivator
-
- org.nuxeo.runtime.test.OSGIRuntimeTestActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class OSGIRuntimeTestActivator extends OSGiRuntimeActivator
- Author:
- gracinet
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.osgi.OSGiRuntimeActivator
componentLoader, context, pkgAdmin, runtime
-
-
Constructor Summary
Constructors Constructor Description OSGIRuntimeTestActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start(org.osgi.framework.BundleContext context)
-
Methods inherited from class org.nuxeo.runtime.osgi.OSGiRuntimeActivator
getBundle, getInstance, initialize, loadClass, loadClass, newInstance, newInstance, stop, uninitialize
-
-
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context)
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Overrides:
start
in classOSGiRuntimeActivator
-
-