|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.concurrent.FutureTask<T>
org.quattor.pan.tasks.Task<CompileResult>
org.quattor.pan.tasks.CompileTask
public class CompileTask
Wraps the CompileCallable as a Task. This wrapping
is done to make sure that the CompileCallable is fully
constructed before passing it to the FutureTask.
| Nested Class Summary | |
|---|---|
static class |
CompileTask.CallImpl
Compiles the template from scratch. |
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.tasks.Task |
|---|
info, resultType |
| Constructor Summary | |
|---|---|
CompileTask(java.lang.String tplfile,
CompileCache.PostCompileProcessor postCompileProcessor,
CompilerOptions compilerOptions)
|
|
| Method Summary |
|---|
| Methods inherited from class org.quattor.pan.tasks.Task |
|---|
toString |
| Methods inherited from class java.util.concurrent.FutureTask |
|---|
cancel, done, get, get, isCancelled, isDone, run, runAndReset, set, setException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompileTask(java.lang.String tplfile,
CompileCache.PostCompileProcessor postCompileProcessor,
CompilerOptions compilerOptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||