|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
ccs.cpc.impl.RecurserThread
class RecurserThread
| Nested Class Summary | |
|---|---|
protected static class |
RecurserThread.RecursiveAbortException
|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
protected VFile[] |
contents
|
protected CpcImpl |
cpc
|
protected VFile |
dir
|
boolean |
isBusy
|
protected Model |
mm
|
protected boolean |
msgFiles
|
protected int |
prefixlen
|
protected RecurseUpdater |
ru
|
protected java.lang.StringBuffer |
sb
|
protected VFileProcessor |
vfp
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
RecurserThread(CpcImpl cpc)
|
|
| Method Summary | |
|---|---|
protected void |
driver(VFile dir,
VFile[] contents)
|
protected VFile[] |
getSelectedContents(VFile dir)
|
void |
run()
|
(package private) void |
setup(VFile dir,
VFile[] contents,
VFileProcessor vfp,
java.lang.StringBuffer sb,
int prefixlen,
Model m)
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isBusy
protected CpcImpl cpc
protected RecurseUpdater ru
protected VFile dir
protected VFile[] contents
protected VFileProcessor vfp
protected java.lang.StringBuffer sb
protected int prefixlen
protected boolean msgFiles
protected Model mm
| Constructor Detail |
|---|
RecurserThread(CpcImpl cpc)
| Method Detail |
|---|
void setup(VFile dir,
VFile[] contents,
VFileProcessor vfp,
java.lang.StringBuffer sb,
int prefixlen,
Model m)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
protected void driver(VFile dir,
VFile[] contents)
throws RecurserThread.RecursiveAbortException
RecurserThread.RecursiveAbortException
protected VFile[] getSelectedContents(VFile dir)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||