public class IncQueryBasePlugin
extends org.eclipse.core.runtime.Plugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_ID |
static java.lang.String |
WELLBEHAVING_DERIVED_FEATURE_EXTENSION_POINT_ID |
| Constructor and Description |
|---|
IncQueryBasePlugin() |
| Modifier and Type | Method and Description |
|---|---|
static IncQueryBasePlugin |
getDefault()
Returns the shared instance
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final java.lang.String PLUGIN_ID
public static final java.lang.String WELLBEHAVING_DERIVED_FEATURE_EXTENSION_POINT_ID
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
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
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.Pluginjava.lang.Exceptionpublic static IncQueryBasePlugin getDefault()