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 
 | 
Iterator | 
directories()  | 
boolean | 
hasFiles()  | 
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 Iterator iterator()
public Iterator directories()
public boolean hasFiles()
public void clear()
public void addFileset(org.apache.tools.ant.types.FileSet set)