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

Packages that use StepLoader
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
 

Uses of StepLoader in org.pentaho.di.job
 

Methods in org.pentaho.di.job with parameters of type StepLoader
 void Job.open(org.pentaho.di.core.logging.LogWriter lw, StepLoader steploader, Repository rep, JobMeta ti)
           
 

Constructors in org.pentaho.di.job with parameters of type StepLoader
Job(org.pentaho.di.core.logging.LogWriter lw, StepLoader steploader, Repository rep, JobMeta ti)
           
 

Uses of StepLoader in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return StepLoader
static StepLoader StepLoader.getInstance()
           
static StepLoader StepLoader.getInstance(String[] pluginDirectory)
           
 

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

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