Uses of Class
org.infinispan.commons.configuration.attributes.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
Commons Configuration package
-
Uses of AttributeDefinition in org.infinispan.commons.configuration
Fields in org.infinispan.commons.configuration declared as AttributeDefinitionModifier and TypeFieldDescriptionstatic final AttributeDefinition<TypedProperties> AbstractTypedPropertiesConfiguration.PROPERTIES -
Uses of AttributeDefinition in org.infinispan.commons.configuration.attributes
Methods in org.infinispan.commons.configuration.attributes that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeDefinition.Builder.build()Attribute.getAttributeDefinition()Methods in org.infinispan.commons.configuration.attributes with parameters of type AttributeDefinitionModifier and TypeMethodDescription<T> Attribute<T> AttributeSet.attribute(AttributeDefinition<T> def) Returns the attribute identified by the suppliedAttributeDefinition<T> booleanAttributeSet.contains(AttributeDefinition<T> def) Returns whether this set contains the specified attribute definitionvoidAttributeSet.write(ConfigurationWriter writer, String persistentName, AttributeDefinition<?>... defs) Writes the specified attributes in this attributeset to the specified ConfigurationWriter as an elementvoidAttributeSet.write(ConfigurationWriter writer, AttributeDefinition<?> def) Writer a single attribute to the specifiedConfigurationWriterusing the attribute's xmlNamevoidAttributeSet.write(ConfigurationWriter writer, AttributeDefinition<?> def, Enum<?> name) Writer a single attribute to the specifiedConfigurationWriterusing the supplied namevoidAttributeSet.write(ConfigurationWriter writer, AttributeDefinition<?> def, String name) Writer a single attribute to the specifiedConfigurationWriterusing the supplied nameConstructors in org.infinispan.commons.configuration.attributes with parameters of type AttributeDefinitionModifierConstructorDescriptionAttributeSet(Class<?> klass, Enum<?> name, AttributeDefinition<?>... attributeDefinitions) AttributeSet(Class<?> klass, String name, AttributeSet attributeSet, AttributeDefinition<?>[] attributeDefinitions) AttributeSet(Class<?> klass, String name, AttributeSet attributeSet, AttributeDefinition<?>[] attributeDefinitions, AttributeSet.RemovedAttribute[] removedAttributes) AttributeSet(Class<?> klass, AttributeDefinition<?>... attributeDefinitions) AttributeSet(Class<?> klass, AttributeSet attributeSet, AttributeDefinition<?>... attributeDefinitions) AttributeSet(String name, AttributeDefinition<?>... attributeDefinitions) AttributeSet(String name, AttributeSet attributeSet, AttributeDefinition<?>[] attributeDefinitions)