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