public class CoreActivator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
CoreActivator() |
| Modifier and Type | Method and Description |
|---|---|
static CoreService |
getCoreService() |
static org.osgi.service.http.HttpService |
getHttpService() |
static ModelFactory |
getModelFactory() |
static <S> S |
getService(Class<S> clazz) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
public void start(org.osgi.framework.BundleContext bundleContext)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext bundleContext)
stop in interface org.osgi.framework.BundleActivatorpublic static CoreService getCoreService()
public static ModelFactory getModelFactory()
public static org.osgi.service.http.HttpService getHttpService()
public static <S> S getService(Class<S> clazz)
Copyright © 2018. All rights reserved.