Package | Description |
---|---|
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.bootstrap.spi.helpers |
Modifier and Type | Method and Description |
---|---|
BeansXml |
Bootstrap.parse(Iterable<URL> urls)
Parse the specified URLs as a series of beans.xml file and merge the result.
|
BeansXml |
Bootstrap.parse(Iterable<URL> urls,
boolean removeDuplicates)
Parse the specified URLs as a series of beans.xml file and merge the result.
|
BeansXml |
Bootstrap.parse(URL url)
Parse the specified URL as a beans.xml file.
|
Modifier and Type | Field and Description |
---|---|
static BeansXml |
BeansXml.EMPTY_BEANS_XML |
Modifier and Type | Method and Description |
---|---|
BeansXml |
BeanDeploymentArchive.getBeansXml()
Get any deployment descriptors in the bean deployment archive.
|
Modifier and Type | Method and Description |
---|---|
BeansXml |
ForwardingBeanDeploymentArchive.getBeansXml() |
Copyright © 2008-2015. All Rights Reserved.