Package | Description |
---|---|
info.magnolia.jcr.nodebuilder | |
info.magnolia.jcr.nodebuilder.task |
Modifier and Type | Class and Description |
---|---|
class |
AbstractErrorHandler
Provides basic behavior for ErrorHandlers.
|
class |
StrictErrorHandler
An ErrorHandler which interrupts operations as soon as one error happens,
by throwing a NodeOperationException.
|
Modifier and Type | Method and Description |
---|---|
protected abstract javax.jcr.Node |
AbstractNodeOperation.doExec(javax.jcr.Node context,
ErrorHandler errorHandler) |
void |
NodeOperation.exec(javax.jcr.Node context,
ErrorHandler errorHandler) |
void |
AbstractNodeOperation.exec(javax.jcr.Node context,
ErrorHandler errorHandler) |
Constructor and Description |
---|
NodeBuilder(ErrorHandler errorHandler,
javax.jcr.Node root,
NodeOperation... childrenOps) |
Modifier and Type | Class and Description |
---|---|
class |
TaskLogErrorHandler
An ErrorHandler which logs handled errors to the InstallContext
as warnings, and wraps unhandled exceptions in NodeOperationException.
|
Modifier and Type | Method and Description |
---|---|
protected ErrorHandler |
AbstractNodeBuilderTask.newErrorHandler(InstallContext ctx) |
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.