Uses of Interface
org.jboss.as.controller.transform.DiscardAttributesTransformer.DiscardApprover
Packages that use DiscardAttributesTransformer.DiscardApprover
-
Uses of DiscardAttributesTransformer.DiscardApprover in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement DiscardAttributesTransformer.DiscardApproverModifier and TypeClassDescriptionstatic classADiscardApproverthat checks the value of a provided attribute in order to decide whether transformation is allowed.Fields in org.jboss.as.controller.transform declared as DiscardAttributesTransformer.DiscardApproverModifier and TypeFieldDescriptionstatic final DiscardAttributesTransformer.DiscardApproverDiscardAttributesTransformer.LENIENT_DISCARD_APPROVERADiscardApproverthat always returnstrue; 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.Constructors in org.jboss.as.controller.transform with parameters of type DiscardAttributesTransformer.DiscardApproverModifierConstructorDescriptionprotectedDiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, String... attributeNames) Creates a new transformer.DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, Set<String> attributeNames) Creates a new transformer.protectedDiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, AttributeDefinition... attributes) Creates a new transformer.