| Package | Description |
|---|---|
| org.jboss.as.controller.transform |
| Modifier and Type | Method and Description |
|---|---|
static ResourceTransformationContext |
ChainedTransformationTools.initialiseChain(ResourceTransformationContext context,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver)
Call when starting a new chain of model versions.
|
static ResourceTransformationContext |
ChainedTransformationTools.nextInChainOperation(ResourceTransformationContext context,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver)
Call when transforming a new model version delta for an operation.
|
static ResourceTransformationContext |
ChainedTransformationTools.nextInChainResource(ResourceTransformationContext context,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver)
Call when transforming a new model version delta for a resource.
|
ResourceTransformer |
TransformationTarget.resolveTransformer(ResourceTransformationContext context,
PathAddress address)
Resolve a resource transformer for agiven address.
|
ResourceTransformer |
TransformationTargetImpl.resolveTransformer(ResourceTransformationContext context,
PathAddress address) |
void |
AliasOperationTransformer.transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource) |
void |
RejectExpressionValuesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
ResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
void |
DiscardAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AbstractResourceModelTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
DiscardUndefinedAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AddNameFromAddressResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
Resource |
Transformers.transformResource(ResourceTransformationContext context,
Resource resource)
Transform given resource at given context
|
Resource |
TransformersImpl.transformResource(ResourceTransformationContext context,
Resource resource) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.