java.nio.file.FileVisitor and related classes@Deprecated public interface DirectoryWalkListener
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message)
Deprecated.
|
void |
directoryWalkFinished()
Deprecated.
The directory walking has finished.
|
void |
directoryWalkStarting(File basedir)
Deprecated.
The directory walking has begun.
|
void |
directoryWalkStep(int percentage,
File file)
Deprecated.
The included entry that was encountered.
|
void directoryWalkStarting(File basedir)
basedir - the basedir that walk started invoid directoryWalkStep(int percentage,
File file)
percentage - rough percentage of the walk completed. (inaccurate)file - the file that was includedvoid directoryWalkFinished()
void debug(String message)
message - the message for the debugging outputCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.