| Package | Description |
|---|---|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.bootstrap.spi.helpers | |
| org.jboss.weld.environment.deployment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.environment.deployment.discovery |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.metadata |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.xml |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Method and Description |
|---|---|
BeansXml |
WeldBootstrap.parse(Iterable<URL> urls) |
BeansXml |
WeldBootstrap.parse(Iterable<URL> urls,
boolean removeDuplicates) |
BeansXml |
WeldBootstrap.parse(URL url) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
BeansXml |
WeldBeanDeploymentArchive.getBeansXml() |
| Constructor and Description |
|---|
WeldBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml) |
WeldBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml,
Set<WeldBeanDeploymentArchive> beanDeploymentArchives) |
| Modifier and Type | Method and Description |
|---|---|
BeansXml |
BeanArchiveScanner.ScanResult.getBeansXml() |
BeansXml |
BeanArchiveBuilder.getBeansXml() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultBeanArchiveScanner.accept(BeansXml beansXml) |
BeanArchiveBuilder |
BeanArchiveBuilder.setBeansXml(BeansXml beansXml) |
| Constructor and Description |
|---|
ScanResult(BeansXml beansXml,
String beanArchiveRef) |
ScanResult(BeansXml beansXml,
String beanArchiveRef,
String beanArchiveId) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeansXmlImpl |
| Modifier and Type | Method and Description |
|---|---|
BeansXml |
BeansXmlHandler.createBeansXml() |
BeansXml |
BeansXmlParser.mergeExisting(Iterable<? extends BeanDeploymentArchive> beanArchives,
boolean removeDuplicates) |
BeansXml |
BeansXmlParser.mergeExistingDescriptors(Iterable<BeansXml> beanArchives,
boolean removeDuplicates) |
BeansXml |
BeansXmlParser.parse(Iterable<URL> urls) |
BeansXml |
BeansXmlParser.parse(Iterable<URL> urls,
boolean removeDuplicates) |
BeansXml |
BeansXmlParser.parse(URL beansXml) |
| Modifier and Type | Method and Description |
|---|---|
BeansXml |
BeansXmlParser.mergeExistingDescriptors(Iterable<BeansXml> beanArchives,
boolean removeDuplicates) |
Copyright © 2015. All Rights Reserved.