Uses of Class
org.infinispan.commons.configuration.attributes.ConfigurationElement
-
Packages that use ConfigurationElement Package Description org.infinispan.commons.configuration.attributes -
-
Uses of ConfigurationElement in org.infinispan.commons.configuration.attributes
Classes in org.infinispan.commons.configuration.attributes with type parameters of type ConfigurationElement Modifier and Type Class Description classConfigurationElement<T extends ConfigurationElement>An abstract class which represents a configuration element, with attributes and child elements.Fields in org.infinispan.commons.configuration.attributes declared as ConfigurationElement Modifier and Type Field Description static ConfigurationElement<?>[]ConfigurationElement. CHILDLESSprotected ConfigurationElement<?>[]ConfigurationElement. childrenMethods in org.infinispan.commons.configuration.attributes with type parameters of type ConfigurationElement Modifier and Type Method Description protected static <T extends ConfigurationElement>
ConfigurationElement<T>ConfigurationElement. list(Enum<?> element, List<T> list)Methods in org.infinispan.commons.configuration.attributes that return ConfigurationElement Modifier and Type Method Description protected static ConfigurationElement<?>ConfigurationElement. child(Attribute<?> attribute)ConfigurationElement<?>[]ConfigurationElement. children()protected static <T> ConfigurationElement<?>[]ConfigurationElement. children(Collection<T> children)protected static <T extends ConfigurationElement>
ConfigurationElement<T>ConfigurationElement. list(Enum<?> element, List<T> list)Constructors in org.infinispan.commons.configuration.attributes with parameters of type ConfigurationElement Constructor Description ConfigurationElement(Enum<?> element, AttributeSet attributes, ConfigurationElement<?>... children)ConfigurationElement(String element, boolean repeated, AttributeSet attributes, ConfigurationElement<?>... children)ConfigurationElement(String element, AttributeSet attributes, ConfigurationElement<?>... children)
-