|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DirectoryContentsVisitor
A visitor of the contents of a directory.
Directory.visitContents(DirectoryContentsVisitor)| Method Summary | |
|---|---|
void |
visitDirectory(Directory directory)
Visits a directory. |
void |
visitRegularFile(RegularFile file)
Visits a regular file. |
| Method Detail |
|---|
void visitDirectory(Directory directory)
throws IOException
directory - the directory instance
IOException - if an I/O error occurs
void visitRegularFile(RegularFile file)
throws IOException
file - the regular file instance
IOException - if an I/O error occurs
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||