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

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

public class ESequential
extends org.apache.tools.ant.taskdefs.Sequential
implements ETaskContainer

Sequential for ETaskContainer


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
ESequential()
           
 
Method Summary
 void addTask(org.apache.tools.ant.Task nestedTask)
           
 List getTasks()
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.Sequential
execute, maybeConfigure
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, 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

ESequential

public ESequential()
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