public class Activator
extends org.eclipse.core.runtime.Plugin
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_ID
The plug-in ID.
|
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
static Activator |
getDefault()
Returns the shared instance.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context)
throws FatalESException
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.PluginFatalESExceptionPlugin.start(org.osgi.framework.BundleContext)public void stop(org.osgi.framework.BundleContext context)
throws FatalESException
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.PluginFatalESExceptionPlugin.stop(org.osgi.framework.BundleContext)public static Activator getDefault()
Copyright © 2017. All rights reserved.