public class FileScanner
extends org.apache.tools.ant.Task
FileScanner is a bean which allows the iteration
 over a number of files from a collection of FileSet instances.
| Constructor and Description | 
|---|
| FileScanner() | 
| FileScanner(org.apache.tools.ant.Project project) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFileset(org.apache.tools.ant.types.FileSet set)Adds a set of files (nested fileset attribute). | 
| void | clear()Clears any file sets that have been added to this scanner | 
| java.util.Iterator | directories() | 
| boolean | hasFiles() | 
| java.util.Iterator | iterator() | 
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic FileScanner()
public FileScanner(org.apache.tools.ant.Project project)
public java.util.Iterator iterator()
public java.util.Iterator directories()
public boolean hasFiles()
public void clear()
public void addFileset(org.apache.tools.ant.types.FileSet set)