org.jboss.ant.taskdefs
Class AntCallOnDirectoryList
java.lang.Object
Task
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntCallOnDirectoryList
public AntCallOnDirectoryList()
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