org.pentaho.di.core.plugins
Class JobEntryPluginType

java.lang.Object
  extended by org.pentaho.di.core.plugins.BasePluginType
      extended by org.pentaho.di.core.plugins.JobEntryPluginType
All Implemented Interfaces:
PluginTypeInterface

public class JobEntryPluginType
extends BasePluginType
implements PluginTypeInterface

This plugin type handles the job entries.

Author:
matt

Field Summary
static String GENERAL_CATEGORY
           
 
Method Summary
static JobEntryPluginType getInstance()
           
 void searchPlugins()
          Let's put in code here to search for the step plugins..
 
Methods inherited from class org.pentaho.di.core.plugins.BasePluginType
addObjectType, getAdditionalRuntimeObjectTypes, getId, getName, getPluginFolders, handlePluginAnnotation, registerCustom, setId, setName, setPluginFolders, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.core.plugins.PluginTypeInterface
addObjectType, getId, getName, getPluginFolders, handlePluginAnnotation
 

Field Detail

GENERAL_CATEGORY

public static final String GENERAL_CATEGORY
Method Detail

getInstance

public static JobEntryPluginType getInstance()

searchPlugins

public void searchPlugins()
                   throws KettlePluginException
Let's put in code here to search for the step plugins..

Specified by:
searchPlugins in interface PluginTypeInterface
Overrides:
searchPlugins in class BasePluginType
Throws:
KettlePluginException