|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.simongibbs.scoof.Worker
Polls the queue of tasks in the code base and runs them sequentially until the associated Spider has completed and the queue is empty.
Constructor Summary | |
Worker(CodeBase cb)
Constructor for Worker. |
Method Summary | |
CodeBase |
getBase()
Get the parent CodeBase |
boolean |
isFinished()
Check whether the Worker is finished. |
void |
run()
Sequentially processes files untill none are left and the spider is done looking. |
void |
setBase(CodeBase base)
Set the CodeBase |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Worker(CodeBase cb)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public CodeBase getBase()
public boolean isFinished()
public void setBase(CodeBase base)
base
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |