public final class Activator
extends org.eclipse.core.runtime.Plugin
Warning: Users should not explicitly instantiate this class.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_ID
The plug-in identifier.
|
| Constructor and Description |
|---|
Activator()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Activator |
defaultInstance()
Gets the shared instance.
|
void |
start(org.osgi.framework.BundleContext context)
Starts this plug-in.
|
void |
stop(org.osgi.framework.BundleContext context)
Stops this plug-in.
|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toStringpublic static final java.lang.String PLUGIN_ID
public static Activator defaultInstance()
nullpublic void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
Warning: Users must never explicitly call this method.
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.Pluginjava.lang.Exceptionpublic void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
Warning: Users must never explicitly call this method.
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.Pluginjava.lang.Exception