public class WalkCollector extends Object implements DirectoryWalkListener
| Constructor and Description |
|---|
WalkCollector() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void debug(String message)
debug in interface DirectoryWalkListenerpublic void directoryWalkStarting(File basedir)
DirectoryWalkListenerdirectoryWalkStarting in interface DirectoryWalkListenerbasedir - the basedir that walk started in.public void directoryWalkStep(int percentage,
File file)
DirectoryWalkListenerdirectoryWalkStep in interface DirectoryWalkListenerpercentage - rough percentage of the walk completed. (inaccurate)file - the file that was included.public void directoryWalkFinished()
DirectoryWalkListenerdirectoryWalkFinished in interface DirectoryWalkListenerCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.