|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
FileScanner is a bean which allows the iteration
over a number of files from a collection of FileSet instances.
| Field Summary | |
|---|---|
List |
filesets
|
| Constructor Summary | |
FileScanner()
FileSets |
|
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 |
Iterator |
directories()
|
boolean |
hasFiles()
|
Iterator |
iterator()
|
| Constructor Detail |
|---|
public FileScanner()
public FileScanner(Project project)
| Method Detail |
|---|
public void addFileset(FileSet set)
public void clear()
public Iterator directories()
public boolean hasFiles()
public Iterator iterator()