public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_ID |
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Activator |
getDefault()
Returns the shared instance
|
IExtensionRegistry |
getExtensionRegistry() |
protected LogService |
getLogService() |
void |
log(IStatus status) |
void |
start(BundleContext ctxt) |
void |
stop(BundleContext ctxt) |
public static final java.lang.String PLUGIN_ID
public void start(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionprotected LogService getLogService()
public void log(IStatus status)
public IExtensionRegistry getExtensionRegistry()
public void stop(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic static Activator getDefault()