Class Pan


  • public class Pan
    extends Object
    • Constructor Detail

      • Pan

        public Pan()
    • Method Detail

      • 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
      • setCommandExecutor

        public static void setCommandExecutor​(PanCommandExecutor commandExecutor)