|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
public class NominalValueRowFilterNodePlugin
This is the eclipse bundle activator. Note: KNIME node developers probably won't have to do anything in here, as this class is only needed by the eclipse platform/plugin mechanism. If you want to move/rename this file, make sure to change the plugin.xml file in the project root directory accordingly.
| Field Summary | |
|---|---|
static String |
PLUGIN_ID
Make sure that this *always* matches the ID in plugin.xml. |
| Fields inherited from class org.eclipse.core.runtime.Plugin |
|---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Constructor Summary | |
|---|---|
NominalValueRowFilterNodePlugin()
The constructor. |
|
| Method Summary | |
|---|---|
static NominalValueRowFilterNodePlugin |
getDefault()
Returns the shared instance. |
void |
start(BundleContext context)
This method is called upon plug-in activation. |
void |
stop(BundleContext context)
This method is called when the plug-in is stopped. |
| Methods inherited from class org.eclipse.core.runtime.Plugin |
|---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PLUGIN_ID
| Constructor Detail |
|---|
public NominalValueRowFilterNodePlugin()
| Method Detail |
|---|
public void start(BundleContext context)
throws Exception
start in interface BundleActivatorstart in class org.eclipse.core.runtime.Plugincontext - The OSGI bundle context
Exception - If this plugin could not be started
public void stop(BundleContext context)
throws Exception
stop in interface BundleActivatorstop in class org.eclipse.core.runtime.Plugincontext - The OSGI bundle context
Exception - If this plugin could not be stoppedpublic static NominalValueRowFilterNodePlugin getDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||