Package org.jboss.weld.xml
Class BeansXmlStreamParser
- java.lang.Object
-
- org.jboss.weld.xml.BeansXmlStreamParser
-
public class BeansXmlStreamParser extends Object
Simple yet efficient parser for beans.xml. This class is not thread safe and instances cannot be reused.- Author:
- Martin Kouba
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAVAEE_LEGACY_URIstatic StringJAVAEE_URIstatic Set<String>JAVAEE_URISstatic Set<String>SCANNING_URISstatic StringWELD_URI
-
Constructor Summary
Constructors Constructor Description BeansXmlStreamParser(URL beansXml)BeansXmlStreamParser(URL beansXml, Function<String,String> interpolator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringinterpolate(String value)org.jboss.weld.bootstrap.spi.BeansXmlparse()
-
-
-
Field Detail
-
JAVAEE_LEGACY_URI
public static final String JAVAEE_LEGACY_URI
- See Also:
- Constant Field Values
-
JAVAEE_URI
public static final String JAVAEE_URI
- See Also:
- Constant Field Values
-
WELD_URI
public static final String WELD_URI
- See Also:
- Constant Field Values
-
-