See: Description
| Class | Description |
|---|---|
| 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.
|
| BuildTask |
Wraps the
BuildCallable as a Task. |
| CompileResult |
Encapsulates a compiled template (or compilation error).
|
| CompileTask |
Wraps the
CompileCallable as a Task. |
| CompileTask.CallImpl |
Compiles the template from scratch.
|
| FinalResult |
Encapsulates the results of the second validation phase.
|
| Task<T extends TaskResult> |
Superclass of all
Task objects that requires all subclasses to
define the its executor type (queue). |
| TaskResult |
Superclass of all task results that allows different tasks to be mixed on a
given executor (queue).
|
| Valid1Result |
Encapsulates the results of the first validation phase.
|
| Valid1Task |
Wraps the
BuildCallable as a Task. |
| Valid2Result |
Encapsulates the results of the second validation phase.
|
| Valid2Task |
Wraps the
Valid2Callable as a Task. |
| WriteAnnotationTask |
Wraps the
WriteAnnotationCallable as a Task. |
| WriteOutputTask |
Wraps the
WriteXmlTask as a Task. |
| Enum | Description |
|---|---|
| TaskResult.ResultType |
Enumerated type of the possible types of results.
|
Copyright © 2014 Quattor. All Rights Reserved.