Package org.pentaho.di.pan
Class Pan
java.lang.Object
org.pentaho.di.pan.Pan
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
configureParameters
(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta) Configures the transformation with the given parameters and their valuesstatic PanCommandExecutor
static void
static void
setCommandExecutor
(PanCommandExecutor commandExecutor)
-
Field Details
-
STRING_PAN
- See Also:
-
-
Constructor Details
-
Pan
public Pan()
-
-
Method Details
-
main
- 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 objectoptionParams
- the list of parameters to set for the transformationtransMeta
- the transformation metadata- Throws:
org.pentaho.di.core.parameters.UnknownParamException
-
getCommandExecutor
-
setCommandExecutor
-