public interface Transformers
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transformers.Factory
Convenience factory for unit tests, and default internal implementations
|
static interface |
Transformers.ResourceIgnoredTransformationRegistry |
| Modifier and Type | Field and Description |
|---|---|
static Transformers.ResourceIgnoredTransformationRegistry |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
TransformationTarget |
getTarget()
Get information about the target.
|
OperationTransformer.TransformedOperation |
transformOperation(OperationContext operationContext,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
OperationTransformer.TransformedOperation |
transformOperation(TransformationContext context,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
Resource |
transformResource(ResourceTransformationContext context,
Resource resource)
Transform given resource at given context
|
Resource |
transformRootResource(OperationContext operationContext,
Resource resource)
Transform a given root resource.
|
Resource |
transformRootResource(OperationContext operationContext,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
static final Transformers.ResourceIgnoredTransformationRegistry DEFAULT
TransformationTarget getTarget()
OperationTransformer.TransformedOperation transformOperation(TransformationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
context - the transformation contextoperation - the operation to transformOperationFailedExceptionOperationTransformer.TransformedOperation transformOperation(OperationContext operationContext, org.jboss.dmr.ModelNode operation) throws OperationFailedException
operationContext - the operation contextoperation - the operation to transformOperationFailedExceptionResource transformResource(ResourceTransformationContext context, Resource resource) throws OperationFailedException
context - from where resource originatesresource - to transformOperationFailedExceptionResource transformRootResource(OperationContext operationContext, Resource resource) throws OperationFailedException
operationContext - the operation contextresource - the root resourceOperationFailedExceptionResource transformRootResource(OperationContext operationContext, Resource resource, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) throws OperationFailedException
OperationFailedExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.