public class ApiExtCom
extends java.lang.Object
| 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 BundleContext | 
getContext()  | 
void | 
start(BundleContext bundleContext)  | 
void | 
stop(BundleContext bundleContext)  | 
public static final java.lang.String PLUGIN_ID
public static BundledMessages I18N
public static PluginLogger LOG
public void start(BundleContext bundleContext)
           throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext bundleContext)
          throws java.lang.Exception
java.lang.Exceptionpublic static BundleContext getContext()