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 |
TransformationTargetImpl.resolveTransformer(ResourceTransformationContext context,
PathAddress address) |
ResourceTransformer |
TransformationTarget.resolveTransformer(ResourceTransformationContext context,
PathAddress address)
Resolve a resource transformer for agiven address.
|
void |
DiscardUndefinedAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
RejectExpressionValuesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AliasOperationTransformer.transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource)
Deprecated.
|
void |
ResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
void |
DiscardAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AddNameFromAddressResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
Resource |
Transformers.transformResource(ResourceTransformationContext context,
Resource resource)
Only for use by test frameworks..
|
Resource |
TransformersImpl.transformResource(ResourceTransformationContext context,
Resource resource) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.