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(String name)
Returns the named attribute<T> Attribute<T>
AttributeSet. attribute(AttributeDefinition<T> def)
Returns the attribute identified by the suppliedAttributeDefinition
protected Attribute<T>
Attribute. clone()
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 void
AttributeListener. attributeChanged(Attribute<T> attribute, T oldValue)
void
AttributeSet. attributeChanged(Attribute<Object> attribute, Object oldValue)
boolean
Attribute. matches(Attribute<?> other)
Compares this attribute to another attribute taking into account theAttributeDefinition.isGlobal()
flag.void
Attribute. read(Attribute<T> other)
-