org.globus.cog.gui.grapheditor.ant.taskdefs
Class EParallel

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.tools.ant.taskdefs.Parallel
              extended byorg.globus.cog.gui.grapheditor.ant.taskdefs.EParallel
All Implemented Interfaces:
ETaskContainer, org.apache.tools.ant.TaskContainer

public class EParallel
extends org.apache.tools.ant.taskdefs.Parallel
implements ETaskContainer

Extends the Ant parallel construct implementing the ETaskContainer interface


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
EParallel()
           
 
Method Summary
 void addTask(org.apache.tools.ant.Task nestedTask)
           
 List getTasks()
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.Parallel
execute
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EParallel

public EParallel()
Method Detail

addTask

public void addTask(org.apache.tools.ant.Task nestedTask)
Specified by:
addTask in interface org.apache.tools.ant.TaskContainer

getTasks

public List getTasks()
Specified by:
getTasks in interface ETaskContainer