| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.ant.FileIterator
public 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()
            @return true if there is another object that matches the given predicate  | 
        
            Object
         | 
        
            next()
            @return the next object which matches the given predicate  | 
        
            void
         | 
        
            remove()
            throws UnsupportedOperationException  | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, 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-2010 The Codehaus. All rights reserved.