|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface URLVisitor
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 |
|---|
void startDir(java.lang.String name)
name - the dir namevoid endDir(java.lang.String name)
name - the dir name
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 | ||||||||