Package | Description |
---|---|
org.jboss.as.controller.transform | |
org.jboss.as.domain.controller.operations | |
org.jboss.as.host.controller.mgmt |
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 |
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. |
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
Modifier and Type | Method and Description |
---|---|
static Transformers.ResourceIgnoredTransformationRegistry |
ReadMasterDomainModelUtil.createHostIgnoredRegistry(HostInfo hostInfo,
ReadMasterDomainModelUtil.RequiredConfigurationHolder rc)
Create the ResourceIgnoredTransformationRegistry for connection/reconnection process.
|
static Transformers.ResourceIgnoredTransformationRegistry |
ReadMasterDomainModelUtil.createServerIgnoredRegistry(ReadMasterDomainModelUtil.RequiredConfigurationHolder rc,
Transformers.ResourceIgnoredTransformationRegistry delegate)
Create the ResourceIgnoredTransformationRegistry when fetching missing content, only including relevant pieces
to a server-config.
|
Modifier and Type | Method and Description |
---|---|
static Transformers.ResourceIgnoredTransformationRegistry |
ReadMasterDomainModelUtil.createServerIgnoredRegistry(ReadMasterDomainModelUtil.RequiredConfigurationHolder rc,
Transformers.ResourceIgnoredTransformationRegistry delegate)
Create the ResourceIgnoredTransformationRegistry when fetching missing content, only including relevant pieces
to a server-config.
|
Modifier and Type | Class and Description |
---|---|
class |
HostInfo
Registration information provided by a slave Host Controller.
|
Modifier and Type | Method and Description |
---|---|
static Transformers.ResourceIgnoredTransformationRegistry |
HostInfo.createIgnoredRegistry(org.jboss.dmr.ModelNode modelNode) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.