Uses of Class
org.infinispan.commons.configuration.attributes.ConfigurationElement
Packages that use ConfigurationElement
-
Uses of ConfigurationElement in org.infinispan.commons.configuration.attributes
Classes in org.infinispan.commons.configuration.attributes with type parameters of type ConfigurationElementModifier and TypeClassDescriptionclass
ConfigurationElement<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 ConfigurationElementModifier and TypeFieldDescriptionstatic final ConfigurationElement<?>[]
ConfigurationElement.CHILDLESS
protected final ConfigurationElement<?>[]
ConfigurationElement.children
Methods in org.infinispan.commons.configuration.attributes with type parameters of type ConfigurationElementModifier and TypeMethodDescriptionprotected static <T extends ConfigurationElement>
ConfigurationElement<T> Methods in org.infinispan.commons.configuration.attributes that return ConfigurationElementModifier and TypeMethodDescriptionprotected static ConfigurationElement
<?> ConfigurationElement<?>[]
ConfigurationElement.children()
protected static <T> ConfigurationElement<?>[]
ConfigurationElement.children
(Collection<T> children) protected static <T extends ConfigurationElement>
ConfigurationElement<T> Constructors in org.infinispan.commons.configuration.attributes with parameters of type ConfigurationElementModifierConstructorDescriptionprotected
ConfigurationElement
(Enum<?> element, AttributeSet attributes, ConfigurationElement<?>... children) protected
ConfigurationElement
(String element, boolean repeated, AttributeSet attributes, ConfigurationElement<?>... children) protected
ConfigurationElement
(String element, AttributeSet attributes, ConfigurationElement<?>... children)