Uses of Class
org.pentaho.di.base.Params
-
Packages that use Params Package Description org.pentaho.di.base org.pentaho.di.kitchen org.pentaho.di.pan -
-
Uses of Params in org.pentaho.di.base
Methods in org.pentaho.di.base that return Params Modifier and Type Method Description Params
Params.Builder. build()
Methods in org.pentaho.di.base with parameters of type Params Modifier and Type Method Description static Map<String,String>
KettleConstants. toJobMap(Params params)
static Map<String,String>
KettleConstants. toTransMap(Params params)
-
Uses of Params in org.pentaho.di.kitchen
Methods in org.pentaho.di.kitchen with parameters of type Params Modifier and Type Method Description org.pentaho.di.core.Result
KitchenCommandExecutor. execute(Params params)
org.pentaho.di.core.Result
KitchenCommandExecutor. execute(Params params, String[] arguments)
-
Uses of Params in org.pentaho.di.pan
Methods in org.pentaho.di.pan with parameters of type Params Modifier and Type Method Description org.pentaho.di.core.Result
PanCommandExecutor. execute(Params params)
org.pentaho.di.core.Result
PanCommandExecutor. execute(Params params, String[] arguments)
-