public class Api
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" plugin.
|
Constructor and Description |
---|
Api() |
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.BundleActivator
java.lang.Exception
public void stop(org.osgi.framework.BundleContext bundleContext) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
java.lang.Exception
public static org.osgi.framework.BundleContext getContext()