public class FileIterator extends Object implements 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,
Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator) |
FileIterator(org.apache.tools.ant.Project project,
Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator,
boolean iterateDirectories) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove()
throws UnsupportedOperationException
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public FileIterator(org.apache.tools.ant.Project project, Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator)
public FileIterator(org.apache.tools.ant.Project project, Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator, boolean iterateDirectories)
public boolean hasNext()
public Object next()