public class Activator
extends org.eclipse.core.runtime.Plugin
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTP_CONNECTON_CREATOR |
static String |
PLUGIN_ID |
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Activator |
getDefault()
Returns the shared instance
|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toStringpublic static final String PLUGIN_ID
public static final String EXTP_CONNECTON_CREATOR
public void start(BundleContext context) throws Exception
start in interface BundleActivatorstart in class org.eclipse.core.runtime.PluginExceptionpublic void stop(BundleContext context) throws Exception
stop in interface BundleActivatorstop in class org.eclipse.core.runtime.PluginExceptionpublic static Activator getDefault()