Package org.codehaus.groovy.ant
Class FileIterator
- java.lang.Object
- 
- org.codehaus.groovy.ant.FileIterator
 
- 
- 
Constructor SummaryConstructors Constructor 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)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Objectnext()voidremove()throws UnsupportedOperationException- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
FileIteratorpublic FileIterator(org.apache.tools.ant.Project project, Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator)
 - 
FileIteratorpublic FileIterator(org.apache.tools.ant.Project project, Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator, boolean iterateDirectories)
 
- 
 - 
Method Detail- 
hasNextpublic boolean hasNext() 
 - 
nextpublic Object next() 
 
- 
 
-