com.arjuna.orbportability.common.ant
Class IDLBuildList

java.lang.Object
  extended by Task
      extended by com.arjuna.orbportability.common.ant.IDLBuildList

public class IDLBuildList
extends Task


Field Summary
protected  ArrayList _idlElements
           
protected  String _storeInProperty
           
 
Constructor Summary
IDLBuildList()
           
 
Method Summary
 IDLBuildListElement createElement()
          Create and store new build list element
 void execute()
           
 void setInproperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_idlElements

protected ArrayList _idlElements

_storeInProperty

protected String _storeInProperty
Constructor Detail

IDLBuildList

public IDLBuildList()
Method Detail

setInproperty

public void setInproperty(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 BuildException
Throws:
BuildException


Copyright © 2012. All Rights Reserved.