|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The policy interface for recursive operations on directories.
| Method Summary | |
void |
complete(Location loc,
SftException error)
|
boolean |
enterDir(Directory dir)
Invoked when a directory is about to be entered and its contents are to be processed. |
void |
leaveDir(Directory dir)
Invoked when the recursive processing of a directory has finished. |
void |
list(File file)
|
| Method Detail |
public boolean enterDir(Directory dir)
dir - the directory to be entered
AbortedException - if the entire ongoing operation should be abortedpublic void leaveDir(Directory dir)
dir - the directory that is leftpublic void list(File file)
public void complete(Location loc,
SftException error)
throws SftException
SftException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||