public class Activator
extends org.eclipse.core.runtime.Plugin
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_POINT_ID_CONTROLLER |
static String |
EXTENSION_POINT_ID_MODELANALYZER |
static String |
EXTENSION_POINT_ID_SOFTWAREEXTRACTOR |
static String |
PLUGIN_ID
The id of this plugin
|
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
static Activator |
getDefault()
Returns the shared instance
|
static org.eclipse.core.runtime.Plugin |
getPlugin() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
static void |
wakeUp()
Method to wake up the core extension
|
public static final String PLUGIN_ID
public static final String EXTENSION_POINT_ID_SOFTWAREEXTRACTOR
public static final String EXTENSION_POINT_ID_MODELANALYZER
public static final String EXTENSION_POINT_ID_CONTROLLER
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.PluginExceptionAbstractUIPlugin.start(org.osgi.framework.BundleContext)public void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.PluginExceptionAbstractUIPlugin.stop(org.osgi.framework.BundleContext)public static void wakeUp()
public static Activator getDefault()
public static org.eclipse.core.runtime.Plugin getPlugin()