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 | Description |
---|---|
FileScanner() |
|
FileScanner(org.apache.tools.ant.Project project) |
Modifier and Type | Method | 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() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public 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)