Class SimpleResourceDescriptorConfigurator<E extends Enum<E> & Attribute>

java.lang.Object
org.jboss.as.clustering.controller.SimpleResourceDescriptorConfigurator<E>
All Implemented Interfaces:
Function<ResourceDescriptor,ResourceDescriptor>, UnaryOperator<ResourceDescriptor>

public class SimpleResourceDescriptorConfigurator<E extends Enum<E> & Attribute> extends Object implements UnaryOperator<ResourceDescriptor>
ResourceDescriptor configurator for the common case of adding an enumeration of attributes.
Author:
Paul Ferraro