|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Visitor pattern interface.
| Method Summary | |
void |
endDir(java.lang.String name)
Signals the visitor leavers a directory. |
void |
file(java.lang.String name,
java.net.URL url)
Signals the visitor there is a file. |
void |
startDir(java.lang.String name)
Signal the visitor enters a directory. |
| Method Detail |
public void startDir(java.lang.String name)
name - the dir namepublic void endDir(java.lang.String name)
name - the dir name
public void file(java.lang.String name,
java.net.URL url)
name - the file nameurl - the file URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||