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, toString
public static final java.lang.String PLUGIN_ID
public static Activator defaultInstance()
null
public 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.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
public 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.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
java.lang.Exception