public class FileIterator
extends java.lang.Object
implements java.util.Iterator
FileIterator is an iterator over a
number of files from a collection of FileSet instances.
| Constructor and Description |
|---|
FileIterator(org.apache.tools.ant.Project project,
java.util.Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator) |
FileIterator(org.apache.tools.ant.Project project,
java.util.Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator,
boolean iterateDirectories) |
public FileIterator(org.apache.tools.ant.Project project,
java.util.Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator)
public FileIterator(org.apache.tools.ant.Project project,
java.util.Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator,
boolean iterateDirectories)
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator