Class Summary |
AbstractNodeBuilderTask |
Base class for Task s using the node builder API. |
ModuleConfigNodeBuilderTask |
A task using the NodeBuilder API, applying operations on a the config node of the current module. |
ModuleNodeBuilderTask |
A task using the NodeBuilder API, applying operations on a the root node of the current module. |
NodeBuilderTask |
A task using the NodeBuilder API, applying operations on a given path. |
TaskLogErrorHandler |
An ErrorHandler which logs handled errors to the InstallContext
as warnings, and wraps unhandled exceptions in NodeOperationException. |