public static class FileRemoteWalker.WalkInfo
extends java.lang.Object
FileRemote#walkFileTree(int, FileRemoteCmdEventData, FileRemoteWalkerCallback)
or also FileAccessorLocalJava7#walkFileTree(FileRemote, FileFilter, int, FileRemoteWalkerCallback) runs.| Modifier and Type | Field and Description |
|---|---|
FileRemote |
dir
The directory of the level.
|
FilepathFilterM |
fileFilter
Current level of the file path filter.
|
int |
levelProcessMarked |
long |
nrBytesInDir
This is the sum of all files length independent of mask seen on refresh.
|
long |
nrBytesInDirSelected
This is the sum of all files length which are selected.
|
int |
nrofFilesSelected |
FileRemoteWalker.WalkInfo |
parent
The parent. null on first parent.
|
| Constructor and Description |
|---|
WalkInfo(FileRemote dir,
FileRemoteWalker.WalkInfo parent,
FilepathFilterM fileFilter) |
public FileRemote dir
public long nrBytesInDir
FileRemote.length() for the dir.public long nrBytesInDirSelected
FileRemote.mark() for the dir, there in FileMark.nrofBytesSelected.public int nrofFilesSelected
public final FilepathFilterM fileFilter
public int levelProcessMarked
public final FileRemoteWalker.WalkInfo parent
public WalkInfo(FileRemote dir, FileRemoteWalker.WalkInfo parent, FilepathFilterM fileFilter)