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 | dirThe directory of the level. | 
| FilepathFilterM | fileFilterCurrent level of the file path filter. | 
| int | levelProcessMarked | 
| long | nrBytesInDirThis is the sum of all files length independent of mask seen on refresh. | 
| long | nrBytesInDirSelectedThis is the sum of all files length which are selected. | 
| int | nrofFilesSelected | 
| FileRemoteWalker.WalkInfo | parentThe 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)