org.jboss.ant.taskdefs
Class AntCallOnDirectoryList

java.lang.Object
  extended byTask
      extended byorg.jboss.ant.taskdefs.AntCallOnDirectoryList

public class AntCallOnDirectoryList
extends Task

This class will call a specified ant class for each existent file into fileSet or dirSet

See Also:
Serialized Form

Constructor Summary
AntCallOnDirectoryList()
           
 
Method Summary
 void addDirSet(DirSet dirSet)
           
 void execute()
           
 java.lang.String getDirectoryProperty()
           
 java.lang.String getTargetToExecute()
           
 java.lang.String getVersionNameProperty()
           
 void init()
           
 void setDirectoryProperty(java.lang.String directoryProperty)
           
 void setTargetToExecute(java.lang.String targetToExecute)
           
 void setVersionNameProperty(java.lang.String versionNameProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntCallOnDirectoryList

public AntCallOnDirectoryList()
Method Detail

getVersionNameProperty

public java.lang.String getVersionNameProperty()

setVersionNameProperty

public void setVersionNameProperty(java.lang.String versionNameProperty)

getTargetToExecute

public java.lang.String getTargetToExecute()

setTargetToExecute

public void setTargetToExecute(java.lang.String targetToExecute)

getDirectoryProperty

public java.lang.String getDirectoryProperty()

setDirectoryProperty

public void setDirectoryProperty(java.lang.String directoryProperty)

init

public void init()

addDirSet

public void addDirSet(DirSet dirSet)

execute

public void execute()
             throws BuildException
Throws:
BuildException