Class Pan

java.lang.Object
org.pentaho.di.pan.Pan

public class Pan extends Object
  • Field Details

  • Constructor Details

    • Pan

      public Pan()
  • Method Details

    • main

      public static void main(String[] a) throws Exception
      Throws:
      Exception
    • configureParameters

      protected static void configureParameters(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta) throws org.pentaho.di.core.parameters.UnknownParamException
      Configures the transformation with the given parameters and their values
      Parameters:
      trans - the executable transformation object
      optionParams - the list of parameters to set for the transformation
      transMeta - the transformation metadata
      Throws:
      org.pentaho.di.core.parameters.UnknownParamException
    • getCommandExecutor

      public static PanCommandExecutor getCommandExecutor()
    • setCommandExecutor

      public static void setCommandExecutor(PanCommandExecutor commandExecutor)