Uses of Class
org.infinispan.commons.configuration.attributes.Attribute
-
Packages that use Attribute Package Description org.infinispan.commons.configuration.attributes -
-
Uses of Attribute in org.infinispan.commons.configuration.attributes
Methods in org.infinispan.commons.configuration.attributes that return Attribute Modifier and Type Method Description <T> Attribute<T>AttributeSet. attribute(Enum<?> name)Returns the named attribute<T> Attribute<T>AttributeSet. attribute(String name)Returns the named attribute<T> Attribute<T>AttributeSet. attribute(AttributeDefinition<T> def)Returns the attribute identified by the suppliedAttributeDefinitionprotected Attribute<T>Attribute. clone()Attribute<?>ConfigurationElement. findAttribute(String name)Attribute<T>Attribute. protect()Attribute<T>AttributeDefinition. toAttribute()Methods in org.infinispan.commons.configuration.attributes that return types with arguments of type Attribute Modifier and Type Method Description Collection<Attribute<?>>AttributeSet. attributes()Methods in org.infinispan.commons.configuration.attributes with parameters of type Attribute Modifier and Type Method Description voidAttributeListener. attributeChanged(Attribute<T> attribute, T oldValue)voidAttributeSet. attributeChanged(Attribute<Object> attribute, Object oldValue)protected static ConfigurationElement<?>ConfigurationElement. child(Attribute<?> attribute)booleanAttribute. matches(Attribute<?> other)Compares this attribute to another attribute taking into account theAttributeDefinition.isGlobal()flag.voidAttribute. read(Attribute<T> other)voidAttribute. update(Attribute<T> other)Updates this attribute with the value of the other attribute only if the attribute is mutable and the other has been modified from its default valuevoidAttribute. validateUpdate(Attribute<T> other)
-