Package org.codehaus.groovy.ant
Class FileIterator
java.lang.Object
org.codehaus.groovy.ant.FileIterator
FileIterator is an iterator over a
 number of files from a collection of FileSet instances.
- 
Constructor SummaryConstructorsConstructorDescriptionFileIterator(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) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details
- 
Method Details- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()throws UnsupportedOperationException
 
-