public static class BeanArchiveScanner.ScanResult extends Object
Constructor and Description |
---|
ScanResult(org.jboss.weld.bootstrap.spi.BeansXml beansXml,
String beanArchiveRef) |
ScanResult(org.jboss.weld.bootstrap.spi.BeansXml beansXml,
String beanArchiveRef,
String beanArchiveId) |
Modifier and Type | Method and Description |
---|---|
BeanArchiveScanner.ScanResult |
extractBeanArchiveId(String separator)
The id should be consistent between multiple occurrences of the deployment.
|
String |
getBeanArchiveId()
If
beanArchiveRef is not set, use beanArchiveRef . |
String |
getBeanArchiveRef() |
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
public ScanResult(org.jboss.weld.bootstrap.spi.BeansXml beansXml, String beanArchiveRef, String beanArchiveId)
public ScanResult(org.jboss.weld.bootstrap.spi.BeansXml beansXml, String beanArchiveRef)
public String getBeanArchiveRef()
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()
public String getBeanArchiveId()
beanArchiveRef
is not set, use beanArchiveRef
.BeanDeploymentArchive.getId()
public BeanArchiveScanner.ScanResult extractBeanArchiveId(String separator)
separator
- Copyright © 2016. All rights reserved.