Class ExcelAntUserDefinedFunction

  • All Implemented Interfaces:
    Cloneable

    public class ExcelAntUserDefinedFunction
    extends org.apache.tools.ant.taskdefs.Typedef
    This class encapsulates the Strings necessary to create the User Defined Function instances that will be passed to POI's Evaluator instance.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.Definer

        org.apache.tools.ant.taskdefs.Definer.Format, org.apache.tools.ant.taskdefs.Definer.OnError
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String getClassName()  
      protected String getFunctionAlias()  
      void setClassName​(String className)  
      void setFunctionAlias​(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
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    • Constructor Detail

      • ExcelAntUserDefinedFunction

        public ExcelAntUserDefinedFunction()
    • Method Detail

      • getFunctionAlias

        protected String getFunctionAlias()
      • setFunctionAlias

        public void setFunctionAlias​(String functionAlias)
      • getClassName

        protected String getClassName()
      • setClassName

        public void setClassName​(String className)