Uses of Interface
org.jboss.weld.bootstrap.spi.BeansXml
-
Packages that use BeansXml Package Description org.jboss.weld.bootstrap.api org.jboss.weld.bootstrap.spi org.jboss.weld.bootstrap.spi.helpers -
-
Uses of BeansXml in org.jboss.weld.bootstrap.api
Methods in org.jboss.weld.bootstrap.api that return BeansXml Modifier and Type Method Description BeansXmlBootstrap. parse(Iterable<URL> urls)Parse the specified URLs as a series of beans.xml file and merge the result.BeansXmlBootstrap. parse(Iterable<URL> urls, boolean removeDuplicates)Parse the specified URLs as a series of beans.xml file and merge the result.BeansXmlBootstrap. parse(URL url)Parse the specified URL as a beans.xml file. -
Uses of BeansXml in org.jboss.weld.bootstrap.spi
Fields in org.jboss.weld.bootstrap.spi declared as BeansXml Modifier and Type Field Description static BeansXmlBeansXml. EMPTY_BEANS_XMLMethods in org.jboss.weld.bootstrap.spi that return BeansXml Modifier and Type Method Description BeansXmlBeanDeploymentArchive. 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 Modifier and Type Method Description BeansXmlForwardingBeanDeploymentArchive. getBeansXml()
-