Package org.codehaus.groovy.ant
Class FileIterator
java.lang.Object
org.codehaus.groovy.ant.FileIterator
- All Implemented Interfaces:
Iterator
FileIterator
is an iterator over a
number of files from a collection of FileSet instances.
- Version:
- $Revision$
- Author:
- James Strachan
-
Constructor Summary
ConstructorsConstructorDescriptionFileIterator
(org.apache.tools.ant.Project project, Iterator fileSetIterator) FileIterator
(org.apache.tools.ant.Project project, Iterator fileSetIterator, boolean iterateDirectories) -
Method Summary
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
-
Constructor Details
-
FileIterator
-
FileIterator
public FileIterator(org.apache.tools.ant.Project project, Iterator fileSetIterator, boolean iterateDirectories)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()throws UnsupportedOperationException
-