Package org.codehaus.groovy.ant
Class FileIterator
- java.lang.Object
-
- org.codehaus.groovy.ant.FileIterator
-
- All Implemented Interfaces:
Iterator
public class FileIterator extends Object implements Iterator
FileIterator
is an iterator over a number of files from a collection of FileSet instances.- Author:
- James Strachan
-
-
Constructor Summary
Constructors Constructor Description FileIterator(Project project, Iterator<FileSet> fileSetIterator)
FileIterator(Project project, Iterator<FileSet> fileSetIterator, boolean iterateDirectories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Object
next()
void
remove()
throws UnsupportedOperationException-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public Object next()
-
-