Package org.apache.poi.ss.formula.udf
Class DefaultUDFFinder
- java.lang.Object
-
- org.apache.poi.ss.formula.udf.DefaultUDFFinder
-
-
Constructor Summary
Constructors Constructor Description DefaultUDFFinder(java.lang.String[] functionNames, FreeRefFunction[] functionImpls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FreeRefFunction
findFunction(java.lang.String name)
Returns executor by specified name.
-
-
-
Constructor Detail
-
DefaultUDFFinder
public DefaultUDFFinder(java.lang.String[] functionNames, FreeRefFunction[] functionImpls)
-
-
Method Detail
-
findFunction
public FreeRefFunction findFunction(java.lang.String name)
Description copied from interface:UDFFinder
Returns executor by specified name. Returnsnull
if the function name is unknown.- Specified by:
findFunction
in interfaceUDFFinder
- Parameters:
name
- Name of function.- Returns:
- Function executor.
-
-