Package org.apache.poi.ss.excelant
Class ExcelAntUserDefinedFunction
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.apache.tools.ant.taskdefs.AntlibDefinition
-
- org.apache.tools.ant.taskdefs.DefBase
-
- org.apache.tools.ant.taskdefs.Definer
-
- org.apache.tools.ant.taskdefs.Typedef
-
- org.apache.poi.ss.excelant.ExcelAntUserDefinedFunction
-
- All Implemented Interfaces:
Cloneable
public class ExcelAntUserDefinedFunction extends org.apache.tools.ant.taskdefs.TypedefThis class encapsulates the Strings necessary to create the User Defined Function instances that will be passed to POI's Evaluator instance.
-
-
Constructor Summary
Constructors Constructor Description ExcelAntUserDefinedFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetClassName()protected StringgetFunctionAlias()voidsetClassName(String className)voidsetFunctionAlias(String functionAlias)-
Methods inherited from class org.apache.tools.ant.taskdefs.Definer
addDefinition, execute, getClassname, getFile, getName, getResource, loadProperties, makeResourceFromURI, setAdapter, setAdapterClass, setAdaptTo, setAdaptToClass, setAntlib, setClassname, setFile, setFormat, setName, setOnError, setResource, setRestrict
-
Methods inherited from class org.apache.tools.ant.taskdefs.DefBase
createClasspath, createLoader, getClasspath, getClasspathId, getLoaderId, hasCpDelegate, init, isReverseLoader, setClasspath, setClasspathRef, setLoaderRef, setReverseLoader
-
Methods inherited from class org.apache.tools.ant.taskdefs.AntlibDefinition
getAntlibClassLoader, getURI, setAntlibClassLoader, setURI
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-