private class TreeWalkerPathCheck.CurrDirChildren
extends java.lang.Object
FileAccessorLocalJava7#walkFileTree(FileRemote, FileFilter, int, FileRemoteCallback)
runs.
It holds the gathered children from the walker. The children are stored inside the dir
only on WalkFileTreeVisitor#postVisitDirectory(Path, IOException)
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
dir
The directory of the level.
|
(package private) int |
levelProcessMarked |
(package private) TreeWalkerPathCheck.CurrDirChildren |
parent
The parent. null on first parent.
|
(package private) PathCheck |
pathCheck |
Constructor and Description |
---|
CurrDirChildren(java.lang.String dir,
PathCheck check,
TreeWalkerPathCheck.CurrDirChildren parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.String dir
int levelProcessMarked
PathCheck pathCheck
TreeWalkerPathCheck.CurrDirChildren parent
CurrDirChildren(java.lang.String dir, PathCheck check, TreeWalkerPathCheck.CurrDirChildren parent)