Package org.pentaho.di.pan
Class Pan
- java.lang.Object
-
- org.pentaho.di.pan.Pan
-
public class Pan extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
STRING_PAN
-
Constructor Summary
Constructors Constructor Description Pan()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected 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
getCommandExecutor()
static void
main(String[] a)
static void
setCommandExecutor(PanCommandExecutor commandExecutor)
-
-
-
Field Detail
-
STRING_PAN
public static final String STRING_PAN
- See Also:
- Constant Field Values
-
-
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 objectoptionParams
- the list of parameters to set for the transformationtransMeta
- the transformation metadata- Throws:
org.pentaho.di.core.parameters.UnknownParamException
-
getCommandExecutor
public static PanCommandExecutor getCommandExecutor()
-
setCommandExecutor
public static void setCommandExecutor(PanCommandExecutor commandExecutor)
-
-