public interface Transformers
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transformers.Factory
Convenience factory for unit tests
|
| 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(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck)
Transform a given resource.
|
Resource |
transformResource(ResourceTransformationContext context,
Resource resource)
Transform given resource at given context
|
Resource |
transformRootResource(OperationContext operationContext,
Resource resource)
Transform a given root resource.
|
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 transformResource(OperationContext operationContext, PathAddress original, Resource resource, boolean skipRuntimeIgnoreCheck) throws OperationFailedException
operationContext - the operation contextoriginal - the address of the resource to transformresource - the resourceskipRuntimeIgnoreCheck - OperationFailedExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.