org.pentaho.di.core
Class KettleVariablesList

java.lang.Object
  extended by org.pentaho.di.core.KettleVariablesList

public class KettleVariablesList
extends Object


Method Summary
 Map<String,String> getDefaultValueMap()
           
 Map<String,String> getDescriptionMap()
           
static KettleVariablesList getInstance()
           
static void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static KettleVariablesList getInstance()

init

public static void init()
                 throws KettleException
Throws:
KettleException

getDescriptionMap

public Map<String,String> getDescriptionMap()
Returns:
A mapping between the name of a standard kettle variable and its description.

getDefaultValueMap

public Map<String,String> getDefaultValueMap()
Returns:
A mapping between the name of a standard kettle variable and its default value.