|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ant.FileIterator
class FileIterator extends Object
FileIterator
is an iterator over a
number of files from a collection of FileSet instances.
Constructor Summary | |
FileIterator(Project project, Iterator fileSetIterator)
|
|
FileIterator(Project project, Iterator fileSetIterator, boolean iterateDirectories)
|
Method Summary | |
---|---|
boolean
|
hasNext()
|
Object
|
next()
|
void
|
remove()
throws UnsupportedOperationException |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public FileIterator(Project project, Iterator fileSetIterator)
public FileIterator(Project project, Iterator fileSetIterator, boolean iterateDirectories)
Method Detail |
---|
public boolean hasNext()
public Object next()
public void remove()
Copyright © 2003-2009 The Codehaus. All rights reserved.