Package | Description |
---|---|
org.jboss.as.controller.transform |
Modifier and Type | Class and Description |
---|---|
static class |
DiscardAttributesTransformer.AttributeValueDiscardApprover
A
DiscardApprover that checks the value of a provided attribute in order to decide whether transformation
is allowed. |
Modifier and Type | Field and Description |
---|---|
static DiscardAttributesTransformer.DiscardApprover |
DiscardAttributesTransformer.LENIENT_DISCARD_APPROVER
A
DiscardApprover that always returns true ; use with extreme caution. It would
be a very unusual situation for it to be appropriate to always transform a resource or operation regardless
of the values in the model or operation. |
Constructor and Description |
---|
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover,
AttributeDefinition... attributes)
Creates a new transformer.
|
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover,
Set<String> attributeNames)
Creates a new transformer.
|
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover,
String... attributeNames)
Creates a new transformer.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.