com.arjuna.orbportability.common.ant
Class IDLBuildList

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bycom.arjuna.orbportability.common.ant.IDLBuildList
All Implemented Interfaces:
java.lang.Cloneable

public class IDLBuildList
extends org.apache.tools.ant.Task


Field Summary
protected  java.util.ArrayList _idlElements
           
protected  java.lang.String _storeInProperty
           
 
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
IDLBuildList()
           
 
Method Summary
 IDLBuildListElement createElement()
          Create and store new build list element
 void execute()
           
 void setInproperty(java.lang.String name)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_idlElements

protected java.util.ArrayList _idlElements

_storeInProperty

protected java.lang.String _storeInProperty
Constructor Detail

IDLBuildList

public IDLBuildList()
Method Detail

setInproperty

public void setInproperty(java.lang.String name)

createElement

public IDLBuildListElement createElement()
Create and store new build list element

Returns:
The newly created build list element

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException