|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.udf.AggregatingUDFFinder
public class AggregatingUDFFinder
Collects add-in libraries and VB macro functions together into one UDF finder
Field Summary |
---|
Fields inherited from interface org.apache.poi.ss.formula.udf.UDFFinder |
---|
DEFAULT |
Constructor Summary | |
---|---|
AggregatingUDFFinder(UDFFinder... usedToolPacks)
|
Method Summary | |
---|---|
void |
add(UDFFinder toolPack)
Add a new toolpack |
FreeRefFunction |
findFunction(java.lang.String name)
Returns executor by specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregatingUDFFinder(UDFFinder... usedToolPacks)
Method Detail |
---|
public FreeRefFunction findFunction(java.lang.String name)
null
if
function isn't contained by any registered tool pack.
findFunction
in interface UDFFinder
name
- Name of function.
null
if not foundpublic void add(UDFFinder toolPack)
toolPack
- the UDF toolpack to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |