|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryWalkListener
DirectoryWalkListener
| Method Summary | |
|---|---|
void |
debug(String message)
|
void |
directoryWalkFinished()
The directory walking has finished. |
void |
directoryWalkStarting(File basedir)
The directory walking has begun. |
void |
directoryWalkStep(int percentage,
File file)
The included entry that was encountered. |
| Method Detail |
|---|
void directoryWalkStarting(File basedir)
basedir - the basedir that walk started in.
void directoryWalkStep(int percentage,
File file)
percentage - rough percentage of the walk completed. (inaccurate)file - the file that was included.void directoryWalkFinished()
void debug(String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||