Class ExcelAntTask

  • All Implemented Interfaces:
    Cloneable

    public class ExcelAntTask
    extends org.apache.tools.ant.Task
    Ant task class for testing Excel workbook cells.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String VERSION  
      • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcelAntTask()  
    • Constructor Detail

      • ExcelAntTask

        public ExcelAntTask()
    • Method Detail

      • setFailOnError

        public void setFailOnError​(boolean value)
      • setFileName

        public void setFileName​(String fileName)
      • addTest

        public void addTest​(ExcelAntTest testElement)
      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class org.apache.tools.ant.Task
        Throws:
        org.apache.tools.ant.BuildException