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.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
public static IncQueryBasePlugin getDefault()