Uses of Interface
org.apache.webbeans.spi.BeanArchiveService.BeanArchiveInformation
-
Packages that use BeanArchiveService.BeanArchiveInformation Package Description org.apache.webbeans.spi -
-
Uses of BeanArchiveService.BeanArchiveInformation in org.apache.webbeans.spi
Methods in org.apache.webbeans.spi that return BeanArchiveService.BeanArchiveInformation Modifier and Type Method Description BeanArchiveService.BeanArchiveInformationBeanArchiveService. getBeanArchiveInformation(URL beanArchiveUrl)The beanArchiveUrl might either point to a beans.xml file or the root of a JAR or other ClassPath entry.Methods in org.apache.webbeans.spi that return types with arguments of type BeanArchiveService.BeanArchiveInformation Modifier and Type Method Description Map<BeanArchiveService.BeanArchiveInformation,Set<Class<?>>>BdaScannerService. getBeanClassesPerBda()Scan all the classpath which should be handled by this BeanManager and return the Map of information about each found classpath entry.
-