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 TypeClassDescriptionclassConfigurationElement<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.CHILDLESSprotected final ConfigurationElement<?>[]ConfigurationElement.childrenMethods 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 ConfigurationElementModifierConstructorDescriptionprotectedConfigurationElement(Enum<?> element, AttributeSet attributes, ConfigurationElement<?>... children) protectedConfigurationElement(String element, boolean repeated, AttributeSet attributes, ConfigurationElement<?>... children) protectedConfigurationElement(String element, AttributeSet attributes, ConfigurationElement<?>... children)