|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskResult | |
|---|---|
| org.quattor.pan | Contains the high-level classes used to invoke the pan language compiler. |
| org.quattor.pan.cache | |
| org.quattor.pan.tasks | Provides classes that implement parallel tasks within the compiler. |
| Uses of TaskResult in org.quattor.pan |
|---|
| Method parameters in org.quattor.pan with type arguments of type TaskResult | |
|---|---|
void |
Compiler.submit(Task<? extends TaskResult> task)
Submits a task to one of the compiler's task queues for processing. |
| Uses of TaskResult in org.quattor.pan.cache |
|---|
| Classes in org.quattor.pan.cache with type parameters of type TaskResult | |
|---|---|
class |
AbstractCache<T extends TaskResult>
A cache that maps a key, typically an object or template name, to an associated task. |
| Uses of TaskResult in org.quattor.pan.tasks |
|---|
| Classes in org.quattor.pan.tasks with type parameters of type TaskResult | |
|---|---|
class |
Task<T extends TaskResult>
Superclass of all Task objects that requires all subclasses to
define the its executor type (queue). |
| Subclasses of TaskResult in org.quattor.pan.tasks | |
|---|---|
class |
BuildResult
Encapsulates the results of a build, which consist of the root element of the machine configuration and, optionally, the context used to build it. |
class |
CompileResult
Encapsulates a compiled template (or compilation error). |
class |
Valid1Result
Encapsulates the results of the first validation phase. |
class |
Valid2Result
Encapsulates the results of the second validation phase. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||