public class GwtBundleActivator extends Object implements org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener
| Modifier and Type | Field and Description | 
|---|---|
| protected org.osgi.framework.BundleContext | context | 
| static boolean | GWT_DEV_MODE | 
| static String | GWT_DEV_MODE_PROP | 
| static File | GWT_ROOT | 
| protected static org.apache.commons.logging.Log | log | 
| Constructor and Description | 
|---|
| GwtBundleActivator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | frameworkEvent(org.osgi.framework.FrameworkEvent event) | 
| protected void | installGwtApp(org.osgi.framework.Bundle bundle) | 
| void | start(org.osgi.framework.BundleContext context) | 
| void | stop(org.osgi.framework.BundleContext context) | 
protected static final org.apache.commons.logging.Log log
public static final String GWT_DEV_MODE_PROP
public static final boolean GWT_DEV_MODE
protected org.osgi.framework.BundleContext context
public GwtBundleActivator()
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorprotected void installGwtApp(org.osgi.framework.Bundle bundle) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic void frameworkEvent(org.osgi.framework.FrameworkEvent event)
frameworkEvent in interface org.osgi.framework.FrameworkListenerCopyright © 2015 Nuxeo SA. All rights reserved.