|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.annotations.analyzer.AnnotationDeploymentAnalyzer
public class AnnotationDeploymentAnalyzer
This class finds the annotated class and fill metadata class.
Field Summary | |
---|---|
private EZBArchive |
archive
Archive which will be analyzed. |
private EjbJarAnnotationMetadata |
ejbJarAnnotationMetadata
Metadata representing the parsed ejb-jar file. |
private static JLog |
logger
Logger. |
private ScanClassVisitor |
scanVisitor
ASM visitor used to visit classes. |
Constructor Summary | |
---|---|
AnnotationDeploymentAnalyzer(EZBArchive archive)
Constructor. Archive which will be used when analyzing. |
Method Summary | |
---|---|
void |
analyze()
Analyzes the archive and fill metadata struct. |
EjbJarAnnotationMetadata |
getEjbJarAnnotationMetadata()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private EZBArchive archive
private EjbJarAnnotationMetadata ejbJarAnnotationMetadata
private static JLog logger
private ScanClassVisitor scanVisitor
Constructor Detail |
---|
public AnnotationDeploymentAnalyzer(EZBArchive archive)
archive
- the archive to analyze.Method Detail |
---|
public void analyze() throws AnalyzerException
AnalyzerException
- if analyze of archive failspublic EjbJarAnnotationMetadata getEjbJarAnnotationMetadata()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |