Package org.jboss.as.controller
Interface ResourceParser
- All Known Implementing Classes:
PersistentResourceXMLDescription
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Tomaz Cerar (c) 2017 Red Hat Inc.
-
Method Summary
Modifier and TypeMethodDescriptionvoidparse(org.jboss.staxmapper.XMLExtendedStreamReader reader, PathAddress parentAddress, List<org.jboss.dmr.ModelNode> list)
-
Method Details
-
parse
void parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, PathAddress parentAddress, List<org.jboss.dmr.ModelNode> list) throws XMLStreamException - Throws:
XMLStreamException
-