Uses of Class
org.quilt.frontend.ant.TaskControl

Packages that use TaskControl
org.quilt.frontend.ant   
 

Uses of TaskControl in org.quilt.frontend.ant
 

Methods in org.quilt.frontend.ant that return TaskControl
 TaskControl Scheduler.getTaskControl()
          Get a reference to the TaskControl object created by the constructor.
 

Methods in org.quilt.frontend.ant with parameters of type TaskControl
protected  int ForkTest.execTest(QuiltTest qt, TaskControl tc, org.apache.tools.ant.taskdefs.ExecuteWatchdog watchdog)
          Fork an individual test, running it in a separate Java virtual machine.
protected  int CallTest.execTest(QuiltTest test, TaskControl tc)
          Run the test suite in this Java virtual machine.
protected  void TestExec.execute(QuiltTest arg, TaskControl tc)
          Run an individual test, in a separate JVM if appropriate.
 void MockExec.run(QuiltTest qt, TaskControl tc)
          Dump the parameters for the task and the test.
 boolean TaskControl.equals(TaskControl tc2)
           
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.