public class OwbArquillianScannerService extends Object implements ScannerService
Constructor and Description |
---|
OwbArquillianScannerService() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
BDABeansXmlScanner |
getBDABeansXmlScanner()
Gets BDABeansXMLScanner used to determine the beans.xml
modifiers (interceptors, decorators, and, alternatives) that
are enabled per BDA.
|
Set<Class<?>> |
getBeanClasses()
Gets beans classes that are found in the
deployment archives.
|
Set<URL> |
getBeanXmls()
Gets xml configuration files that are occured
in the deployment archives.
|
void |
init(Object object)
Any initializtion action that is
required by the implementors.
|
boolean |
isBDABeansXmlScanningEnabled()
Indicates if BDABeansXmlScanner is available.
|
void |
release()
This method will get called once the information found by the current
scan is not needed anymore and the ScannerService might free up
resources.
|
void |
scan()
Perform the actual class scanning.
|
void |
setArchive(org.jboss.shrinkwrap.api.Archive archive) |
public BDABeansXmlScanner getBDABeansXmlScanner()
ScannerService
getBDABeansXmlScanner
in interface ScannerService
public void init(Object object)
ScannerService
init
in interface ScannerService
object
- initialization objectpublic void setArchive(org.jboss.shrinkwrap.api.Archive archive)
public void scan()
ScannerService
scan
in interface ScannerService
public Set<URL> getBeanXmls()
ScannerService
getBeanXmls
in interface ScannerService
public Set<Class<?>> getBeanClasses()
ScannerService
getBeanClasses
in interface ScannerService
public void release()
ScannerService
release
in interface ScannerService
public boolean isBDABeansXmlScanningEnabled()
ScannerService
isBDABeansXmlScanningEnabled
in interface ScannerService
public void clear()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.