Class EUnitTask.TaskCollection

  • All Implemented Interfaces:
    org.apache.tools.ant.TaskContainer
    Enclosing class:
    EUnitTask

    public class EUnitTask.TaskCollection
    extends java.lang.Object
    implements org.apache.tools.ant.TaskContainer
    Class for a nested element which simply contains tasks.
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskCollection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addTask​(org.apache.tools.ant.Task task)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskCollection

        public TaskCollection()
    • Method Detail

      • addTask

        public void addTask​(org.apache.tools.ant.Task task)
        Specified by:
        addTask in interface org.apache.tools.ant.TaskContainer
      • run

        public void run()