public class FunctionLib extends Object
| Constructor and Description | 
|---|
FunctionLib(String filename)  | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getFunctionCategories()  | 
FunctionDescription | 
getFunctionDescription(String functionName)  | 
String[] | 
getFunctionNames()  | 
List<FunctionDescription> | 
getFunctions()  | 
String[] | 
getFunctionsForACategory(String category)
Get all the function names for a certain category 
 | 
void | 
setFunctions(List<FunctionDescription> functions)  | 
public FunctionLib(String filename) throws org.pentaho.di.core.exception.KettleXMLException
org.pentaho.di.core.exception.KettleXMLExceptionpublic List<FunctionDescription> getFunctions()
public void setFunctions(List<FunctionDescription> functions)
functions - the functions to setpublic String[] getFunctionNames()
public String[] getFunctionCategories()
public String[] getFunctionsForACategory(String category)
category - the category name to look forpublic FunctionDescription getFunctionDescription(String functionName)
functionName - the name of the function to look for