|
||||||||||
| 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<TaskResult>
org.quattor.pan.tasks.WriteAnnotationTask
public class WriteAnnotationTask
Wraps the WriteAnnotationCallable as a Task. This
wrapping is done to make sure that the WriteAnnotationCallable
is fully constructed before passing it to the FutureTask.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.tasks.Task |
|---|
info, resultType |
| Constructor Summary | |
|---|---|
WriteAnnotationTask(java.io.File outputFile,
ASTTemplate ast)
|
|
| 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 WriteAnnotationTask(java.io.File outputFile,
ASTTemplate ast)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||