| Package | Description |
|---|---|
| org.jboss.as.controller.transform |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceTransformationContext
The resource transformation context.
|
| Modifier and Type | Field and Description |
|---|---|
static Transformers.ResourceIgnoredTransformationRegistry |
Transformers.DEFAULT
A default
Transformers.ResourceIgnoredTransformationRegistry
that says that no addresses are being ignored. |
| Modifier and Type | Method and Description |
|---|---|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Creates a ResourceTransformationContext
|
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Transform a given resource, including children, removing resources that the given
ignoredTransformationRegistry
indicates are being ignored by the target process. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.