Package | Description |
---|---|
org.infinispan.commons.configuration.attributes |
Modifier and Type | Method and Description |
---|---|
<T> Attribute<T> |
AttributeSet.attribute(AttributeDefinition<T> def) |
<T> Attribute<T> |
AttributeSet.attribute(String name) |
protected Attribute<T> |
Attribute.clone() |
Attribute<T> |
Attribute.protect() |
Attribute<T> |
AttributeDefinition.toAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeSet.attributeChanged(Attribute<Object> attribute,
Object oldValue) |
void |
AttributeListener.attributeChanged(Attribute<T> attribute,
T oldValue) |
void |
Attribute.read(Attribute<T> other) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.