java.nio.file.FileVisitor and related classes@Deprecated public class WalkCollector extends Object implements DirectoryWalkListener
| Constructor and Description |
|---|
WalkCollector()
Deprecated.
Create an instance.
|
| 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.
|
public void debug(String message)
debug in interface DirectoryWalkListenermessage - the message for the debugging outputpublic void directoryWalkStarting(File basedir)
directoryWalkStarting in interface DirectoryWalkListenerbasedir - the basedir that walk started inpublic void directoryWalkStep(int percentage,
File file)
directoryWalkStep in interface DirectoryWalkListenerpercentage - rough percentage of the walk completed. (inaccurate)file - the file that was includedpublic void directoryWalkFinished()
directoryWalkFinished in interface DirectoryWalkListenerCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.