Uses of Interface
org.jboss.as.controller.transform.DiscardAttributesTransformer.DiscardApprover
-
Packages that use DiscardAttributesTransformer.DiscardApprover Package Description org.jboss.as.controller.transform -
-
Uses of DiscardAttributesTransformer.DiscardApprover in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement DiscardAttributesTransformer.DiscardApprover Modifier and Type Class Description static classDiscardAttributesTransformer.AttributeValueDiscardApproverADiscardApproverthat 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.DiscardApprover Modifier and Type Field Description static 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.DiscardApprover Constructor Description DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, String... attributeNames)Creates a new transformer.DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, Set<String> attributeNames)Creates a new transformer.DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover, AttributeDefinition... attributes)Creates a new transformer.
-