Uses of Class
org.pentaho.di.trans.StepPlugin

Packages that use StepPlugin
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
 

Uses of StepPlugin in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return StepPlugin
 StepPlugin StepLoader.findStepPluginWithDescription(String description)
           
 StepPlugin StepLoader.findStepPluginWithDescription(String description, String locale)
           
 StepPlugin StepLoader.findStepPluginWithID(String stepid)
           
 StepPlugin StepLoader.getStepPlugin(StepMetaInterface sii)
          Determine the step's plugin based upon the StepMetaInterface we get...
 StepPlugin[] StepLoader.getStepsWithCategory(String category)
           
 StepPlugin[] StepLoader.getStepsWithType(int type)
           
 StepPlugin StepLoader.getStepWithCategory(String category, int position)
           
 StepPlugin StepLoader.getStepWithType(int type, int position)
           
 

Methods in org.pentaho.di.trans that return types with arguments of type StepPlugin
 List<StepPlugin> StepLoader.getPluginList()
           
 

Methods in org.pentaho.di.trans with parameters of type StepPlugin
 StepMetaInterface StepLoader.getStepClass(StepPlugin sp)
           
 

Uses of StepPlugin in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step with parameters of type StepPlugin
static StepMetaInterface BaseStep.getStepInfo(StepPlugin stepplugin, StepLoader steploader)
          Create a new empty StepMeta class from the steploader