Class BeanArchiveBuilder
java.lang.Object
org.jboss.weld.environment.deployment.discovery.BeanArchiveBuilder
A class used to store information about the bean archive and to build the
WeldBeanDeploymentArchive
instance from the gathered information.- Author:
- Matej Briškár, Martin Kouba
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getAttribute(String key) org.jboss.weld.bootstrap.spi.BeansXmlgetId()setAttribute(String key, Object value) setBeansXml(org.jboss.weld.bootstrap.spi.BeansXml beansXml)
-
Constructor Details
-
BeanArchiveBuilder
public BeanArchiveBuilder()
-
-
Method Details
-
build
- Returns:
- the bean deployment archive
-
getBeansXml
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml() -
setBeansXml
-
getId
-
setId
-
addClass
-
clearClasses
-
getClasses
-
setAttribute
-
getAttribute
-
getClassIterator
-