Package org.pentaho.di.core
Class KettleVariablesList
- java.lang.Object
-
- org.pentaho.di.core.KettleVariablesList
-
public class KettleVariablesList extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getDefaultValueMap()Map<String,String>getDescriptionMap()static KettleVariablesListgetInstance()static voidinit()
-
-
-
Method Detail
-
getInstance
public static KettleVariablesList getInstance()
-
init
public static void init() throws org.pentaho.di.core.exception.KettleException- Throws:
org.pentaho.di.core.exception.KettleException
-
getDescriptionMap
public Map<String,String> getDescriptionMap()
- Returns:
- A mapping between the name of a standard kettle variable and its description.
-
-