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 |
|---|---|
IAdapterManager |
getAdapterManager() |
BundleContext |
getBundleContext() |
DebugOptions |
getDebugOptions() |
static Activator |
getDefault()
Returns the shared instance
|
void |
log(IStatus status) |
void |
setupNamespaceExtensionPoint()
Setup identity namespace extension point
|
void |
start(BundleContext ctxt) |
void |
stop(BundleContext ctxt) |
public static final java.lang.String PLUGIN_ID
public IAdapterManager getAdapterManager()
public DebugOptions getDebugOptions()
public void start(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic BundleContext getBundleContext()
public void log(IStatus status)
public void setupNamespaceExtensionPoint()
public void stop(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic static Activator getDefault()