|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.groovy.ant.FileScanner
FileScanner is a bean which allows the iteration
over a number of files from a colleciton of FileSet instances.
| Field Summary | |
private java.util.List |
filesets
FileSets |
private Project |
project
The Ant project |
| Constructor Summary | |
FileScanner()
|
|
FileScanner(Project project)
|
|
| Method Summary | |
void |
addFileset(FileSet set)
Adds a set of files (nested fileset attribute). |
void |
clear()
Clears any file sets that have been added to this scanner |
java.util.Iterator |
directories()
|
boolean |
hasFiles()
|
java.util.Iterator |
iterator()
|
void |
setProject(Project project)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.List filesets
private Project project
| Constructor Detail |
public FileScanner()
public FileScanner(Project project)
| Method Detail |
public void setProject(Project project)
public java.util.Iterator iterator()
public java.util.Iterator directories()
public boolean hasFiles()
public void clear()
public void addFileset(FileSet set)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||