public interface BdaScannerService extends ScannerService
| Modifier and Type | Method and Description |
|---|---|
Map<BeanArchiveService.BeanArchiveInformation,Set<Class<?>>> |
getBeanClassesPerBda()
Scan all the classpath which should be handled by this BeanManager
and return the Map of information about each found classpath entry.
|
getBDABeansXmlScanner, getBeanClasses, getBeanXmls, init, isBDABeansXmlScanningEnabled, release, scanMap<BeanArchiveService.BeanArchiveInformation,Set<Class<?>>> getBeanClassesPerBda()
BeanArchiveService.BeanArchiveInformation
of the scanned classpath, and the value is the Set of found bean classes.Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.