public class UtilsActivator
extends java.lang.Object
| Constructor and Description | 
|---|
UtilsActivator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static BundleContext | 
getBundleContext()
Get the BundleContext. 
 | 
void | 
start(BundleContext context) | 
void | 
stop(BundleContext context) | 
public void start(BundleContext context)
           throws java.lang.Exception
java.lang.Exceptionorg.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)public void stop(BundleContext context)
          throws java.lang.Exception
java.lang.Exceptionorg.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)public static BundleContext getBundleContext()