Package | Description |
---|---|
org.infinispan.commons.configuration |
Commons Configuration package
|
org.infinispan.commons.configuration.attributes |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TypedProperties> |
AbstractTypedPropertiesConfiguration.PROPERTIES |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition<T> |
AttributeDefinition.Builder.build() |
AttributeDefinition<T> |
Attribute.getAttributeDefinition() |
Modifier and Type | Method and Description |
---|---|
<T> Attribute<T> |
AttributeSet.attribute(AttributeDefinition<T> def) |
<T> boolean |
AttributeSet.contains(AttributeDefinition<T> def) |
Constructor and Description |
---|
AttributeSet(Class<?> klass,
AttributeDefinition<?>... attributeDefinitions) |
AttributeSet(Class<?> klass,
AttributeSet attributeSet,
AttributeDefinition<?>... attributeDefinitions) |
AttributeSet(String name,
AttributeDefinition<?>... attributeDefinitions) |
AttributeSet(String name,
AttributeSet attributeSet,
AttributeDefinition<?>[] attributeDefinitions) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.