Package org.jboss.as.controller
Class AttributeParsers.NamedStringListParser
java.lang.Object
org.jboss.as.controller.AttributeParser
org.jboss.as.controller.AttributeParsers.AttributeElementParser
org.jboss.as.controller.AttributeParsers.NamedStringListParser
- Enclosing interface:
- AttributeParsers
public static class AttributeParsers.NamedStringListParser
extends AttributeParsers.AttributeElementParser
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.controller.AttributeParser
AttributeParser.DiscardOldDefaultValueParser -
Field Summary
Fields inherited from class org.jboss.as.controller.AttributeParser
COMMA_DELIMITED_STRING_LIST, OBJECT_LIST_PARSER, OBJECT_PARSER, PROPERTIES_PARSER, PROPERTIES_PARSER_UNWRAPPED, SIMPLE, STRING_LIST, UNWRAPPED_OBJECT_LIST_PARSER, WRAPPED_OBJECT_LIST_PARSER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCardinality(AttributeDefinition attribute) Returns the cardinality of the XML particle for the specified attribute.voidparseElement(AttributeDefinition ad, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode addPermissionMapper) Methods inherited from class org.jboss.as.controller.AttributeParsers.AttributeElementParser
getXmlName, isParseAsElementMethods inherited from class org.jboss.as.controller.AttributeParser
parse, parseAndSetParameter
-
Constructor Details
-
NamedStringListParser
public NamedStringListParser() -
NamedStringListParser
-
-
Method Details
-
parseElement
public void parseElement(AttributeDefinition ad, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode addPermissionMapper) throws XMLStreamException - Specified by:
parseElementin classAttributeParsers.AttributeElementParser- Throws:
XMLStreamException
-
getCardinality
Description copied from class:AttributeParserReturns the cardinality of the XML particle for the specified attribute.- Overrides:
getCardinalityin classAttributeParser- Parameters:
attribute- an attribute definition- Returns:
- the cardinality of the XML particle for the specified attribute.
-