|
|||||||||
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 | |
---|---|
static UDFFinder |
DEFAULT
Default UDFFinder implementation |
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 |
Field Detail |
---|
public static final UDFFinder DEFAULT
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 |