|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileVisitor
A callback interface that is used with FileUtil.forEachFile(java.io.File, FileVisitor)
to iterate over files in a directory tree.
| Method Summary | |
|---|---|
void |
visit(File file)
Invoked for each file in a directory tree. |
| Method Detail |
|---|
void visit(File file)
file - The current in the iteration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||