Class BeanArchiveScanner.ScanResult
java.lang.Object
org.jboss.weld.environment.deployment.discovery.BeanArchiveScanner.ScanResult
- Enclosing interface:
- BeanArchiveScanner
-
Constructor Summary
ConstructorsConstructorDescriptionScanResult(org.jboss.weld.bootstrap.spi.BeansXml beansXml, String beanArchiveRef) ScanResult(org.jboss.weld.bootstrap.spi.BeansXml beansXml, String beanArchiveRef, String beanArchiveId) -
Method Summary
Modifier and TypeMethodDescriptionextractBeanArchiveId(String base, String separator) IfbeanArchiveRefis not set, usebeanArchiveRef.org.jboss.weld.bootstrap.spi.BeansXml
-
Constructor Details
-
ScanResult
-
ScanResult
-
-
Method Details
-
getBeanArchiveRef
-
getBeansXml
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()- Returns:
- the beans.xml representation or
nullin case of a candidate for an implicit bean archive with no beans.xml
-
getBeanArchiveId
IfbeanArchiveRefis not set, usebeanArchiveRef.- Returns:
- the bean archive id to be used as
BeanDeploymentArchive.getId()
-
extractBeanArchiveId
- Parameters:
base-separator-- Returns:
- self
- See Also:
-