org.knime.base.node.preproc.filter.nominal
Class NominalValueRowFilterNodePlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodePlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class NominalValueRowFilterNodePlugin
extends org.eclipse.core.runtime.Plugin

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.

Author:
KNIME GmbH

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(org.osgi.framework.BundleContext context)
          This method is called upon plug-in activation.
 void stop(org.osgi.framework.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

PLUGIN_ID

public static final String PLUGIN_ID
Make sure that this *always* matches the ID in plugin.xml.

See Also:
Constant Field Values
Constructor Detail

NominalValueRowFilterNodePlugin

public NominalValueRowFilterNodePlugin()
The constructor.

Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
This method is called upon plug-in activation.

Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class org.eclipse.core.runtime.Plugin
Parameters:
context - The OSGI bundle context
Throws:
Exception - If this plugin could not be started

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
This method is called when the plug-in is stopped.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Overrides:
stop in class org.eclipse.core.runtime.Plugin
Parameters:
context - The OSGI bundle context
Throws:
Exception - If this plugin could not be stopped

getDefault

public static NominalValueRowFilterNodePlugin getDefault()
Returns the shared instance.

Returns:
Singleton instance of the Plugin


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.