Uses of Class
org.pentaho.di.base.Params
Packages that use Params
-
Uses of Params in org.pentaho.di.base
Methods in org.pentaho.di.base that return ParamsMethods in org.pentaho.di.base with parameters of type ParamsModifier and TypeMethodDescriptionKettleConstants.toTransMap(Params params) protected static CommandExecutorResultAbstractBaseCommandExecutor.validateAndSetPluginContext(org.pentaho.di.core.logging.LogChannelInterface log, Params params, Repository repository) Pass the plugin parameters to the CommandLineOptionProvider for validation and setting the plugin context. -
Uses of Params in org.pentaho.di.kitchen
Methods in org.pentaho.di.kitchen with parameters of type Params -
Uses of Params in org.pentaho.di.pan
Methods in org.pentaho.di.pan with parameters of type ParamsModifier and TypeMethodDescriptionprotected TransExecutionConfigurationPanCommandExecutor.createExecutionConfigurationFromParams(Params params) Create execution configuration from command-line parameters.org.pentaho.di.core.Resultorg.pentaho.di.core.ResultPanCommandExecutor.executeWithDelegate(Trans trans, Params params, String[] arguments) Execute transformation using the delegate pattern.voidPanCommandExecutor.initializeRepository(Params params) Initialize repository connection based on parameters.protected TransPanCommandExecutor.loadTransformation(Params params) Load transformation from repository or filesystem based on parameters.