public class FileSearchThread
extends java.lang.Thread
FileSelector.listFiles()
in a thread on its own. This class is used internally by UIBean
.Modifier and Type | Method and Description |
---|---|
java.util.Set<java.io.File> |
getResult()
Returns the search result.
|
void |
run()
Executes
FileSelector.listFiles() . |
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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public void run()
FileSelector.listFiles()
.run
in interface java.lang.Runnable
run
in class java.lang.Thread
public java.util.Set<java.io.File> getResult()