Uses of Interface
org.jboss.weld.bootstrap.spi.BeansXml
Packages that use BeansXml
Package
Description
-
Uses of BeansXml in org.jboss.weld.bootstrap.api
Methods in org.jboss.weld.bootstrap.api that return BeansXmlModifier and TypeMethodDescriptionParse the specified URLs as a series of beans.xml file and merge the result.Parse the specified URLs as a series of beans.xml file and merge the result.Bootstrap.parse(Iterable<URL> urls, boolean removeDuplicates, BeanDiscoveryMode emptyBeansXmlDiscoveryMode) Parse the specified URLs as a series of beans.xml file and merge the result.Bootstrap.parse(Iterable<URL> urls, BeanDiscoveryMode emptyBeansXmlDiscoveryMode) Parse the specified URLs as a series of beans.xml file and merge the result.Parse the specified URL as a beans.xml file.Bootstrap.parse(URL url, BeanDiscoveryMode emptyBeansXmlDiscoveryMode) Parse the specified URL as a beans.xml file with a parameter allowing to specify what bean discovery mode should be used when beans.xml is an empty file. -
Uses of BeansXml in org.jboss.weld.bootstrap.spi
Fields in org.jboss.weld.bootstrap.spi declared as BeansXmlMethods in org.jboss.weld.bootstrap.spi that return BeansXmlModifier and TypeMethodDescriptionBeanDeploymentArchive.getBeansXml()Get any deployment descriptors in the bean deployment archive. -
Uses of BeansXml in org.jboss.weld.bootstrap.spi.helpers
Methods in org.jboss.weld.bootstrap.spi.helpers that return BeansXml