java.nio.file.FileVisitor
and related classes@Deprecated public class WalkCollector extends java.lang.Object implements DirectoryWalkListener
Modifier and Type | Field and Description |
---|---|
(package private) int |
finishCount
Deprecated.
|
(package private) int |
percentageHigh
Deprecated.
|
(package private) int |
percentageLow
Deprecated.
|
(package private) int |
startCount
Deprecated.
|
(package private) java.io.File |
startingDir
Deprecated.
|
(package private) java.util.List<java.io.File> |
steps
Deprecated.
|
Constructor and Description |
---|
WalkCollector()
Deprecated.
Create an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
debug(java.lang.String message)
Deprecated.
|
void |
directoryWalkFinished()
Deprecated.
The directory walking has finished.
|
void |
directoryWalkStarting(java.io.File basedir)
Deprecated.
The directory walking has begun.
|
void |
directoryWalkStep(int percentage,
java.io.File file)
Deprecated.
The included entry that was encountered.
|
final java.util.List<java.io.File> steps
java.io.File startingDir
int startCount
int finishCount
int percentageLow
int percentageHigh
public void debug(java.lang.String message)
debug
in interface DirectoryWalkListener
message
- the message for the debugging outputpublic void directoryWalkStarting(java.io.File basedir)
directoryWalkStarting
in interface DirectoryWalkListener
basedir
- the basedir that walk started inpublic void directoryWalkStep(int percentage, java.io.File file)
directoryWalkStep
in interface DirectoryWalkListener
percentage
- rough percentage of the walk completed. (inaccurate)file
- the file that was includedpublic void directoryWalkFinished()
directoryWalkFinished
in interface DirectoryWalkListener