public static class FileRemoteAccessor.FileWalkerThread
extends java.lang.Thread
FileRemoteAccessor#walkFileTree(FileRemote, boolean, FileFilter, int, CallbackFile)
which can be use for devices which can evaluate the files by immediately system calls without communication but with maybe waiting for response.
It is for the PC's file system especially.Modifier and Type | Field and Description |
---|---|
protected long |
bMarkCheck |
protected boolean |
bRefresh |
protected FileRemoteWalkerCallback |
callback |
protected boolean |
debugOut |
protected int |
depth |
protected int |
markSet |
protected int |
markSetDir |
protected java.lang.String |
sMask |
protected FileRemote |
startDir |
Constructor and Description |
---|
FileWalkerThread(FileRemote startDir,
boolean bRefreshChildren,
int depth,
int markSet,
int markSetDir,
java.lang.String sMask,
long bMarkCheck,
FileRemoteWalkerCallback callback,
boolean debugOut) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected final FileRemote startDir
protected final int markSet
protected final int markSetDir
protected final java.lang.String sMask
protected final long bMarkCheck
protected final FileRemoteWalkerCallback callback
protected final boolean bRefresh
protected final int depth
protected final boolean debugOut
public FileWalkerThread(FileRemote startDir, boolean bRefreshChildren, int depth, int markSet, int markSetDir, java.lang.String sMask, long bMarkCheck, FileRemoteWalkerCallback callback, boolean debugOut)