public class ApiExtCom
extends java.lang.Object
implements org.osgi.framework.BundleActivator
| Modifier and Type | Field and Description |
|---|---|
static BundledMessages |
I18N
Api plugin translation service.
|
static PluginLogger |
LOG
Api plugin logger.
|
static java.lang.String |
PLUGIN_ID
ID of the "api.ext_com" plugin.
|
| Constructor and Description |
|---|
ApiExtCom() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.framework.BundleContext |
getContext() |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
public static final java.lang.String PLUGIN_ID
public static BundledMessages I18N
public static PluginLogger LOG
public void start(org.osgi.framework.BundleContext bundleContext)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorjava.lang.Exceptionpublic static org.osgi.framework.BundleContext getContext()