|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.tags.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 org.apache.tools.ant.Project |
project
The Ant project |
| Constructor Summary | |
FileScanner()
|
|
| Method Summary | |
void |
addFileset(org.apache.tools.ant.types.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(org.apache.tools.ant.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 org.apache.tools.ant.Project project
| Constructor Detail |
public FileScanner()
| Method Detail |
public void setProject(org.apache.tools.ant.Project project)
public java.util.Iterator iterator()
public java.util.Iterator directories()
public boolean hasFiles()
public void clear()
public void addFileset(org.apache.tools.ant.types.FileSet set)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||