public class BeansXmlAnnotationDB extends AnnotationDB
AnnotationDB.CrossReferenceException| Constructor and Description |
|---|
BeansXmlAnnotationDB() |
| Modifier and Type | Method and Description |
|---|---|
void |
scanArchives(String... urls)
Scan a url that represents an "archive" this is a classpath directory or jar file
|
protected void |
scanClass(javassist.bytecode.ClassFile cf) |
void |
setBdaBeansXmlScanner(ScannerService scannerService) |
void |
setCurrentBeansXml(String beansXml) |
void |
setResourceBeansXml(String resource,
String beansXml) |
addIgnoredPackages, crossReferenceMetaAnnotations, getAnnotationIndex, getClassIndex, getIgnoredPackages, outputAnnotationIndex, populate, scanClass, scanFields, scanMethods, setIgnoredPackages, setScanClassAnnotations, setScanFieldAnnotations, setScanMethodAnnotations, setScanParameterAnnotationspublic void setBdaBeansXmlScanner(ScannerService scannerService)
public void setCurrentBeansXml(String beansXml)
protected void scanClass(javassist.bytecode.ClassFile cf)
scanClass in class AnnotationDBpublic void scanArchives(String... urls) throws IOException
AnnotationDBscanArchives in class AnnotationDBurls - variable list of URLs to scan as archivesIOExceptionCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.