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 KettleXMLException
KettleXMLException
public 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 forCopyright © 2018 Hitachi Vantara. All rights reserved.