public class ComponentAnnotationReader extends ClassDataCollector
Modifier and Type | Method and Description |
---|---|
void |
annotation(Annotation annotation) |
void |
classBegin(int access,
String name) |
void |
finish() |
static Map<String,String> |
getDefinition(Clazz c) |
static Map<String,String> |
getDefinition(Clazz c,
Reporter reporter) |
Reporter |
getReporter() |
void |
implementsInterfaces(String[] interfaces) |
void |
method(int access,
String name,
String descriptor) |
void |
setReporter(Reporter reporter) |
addReference, classEnd, classStart, constant, constructor, enclosingMethod, extendsClass, field, field, innerClass, method, parameter, reference, reference, signature
public void setReporter(Reporter reporter)
public Reporter getReporter()
public static Map<String,String> getDefinition(Clazz c) throws Exception
Exception
public static Map<String,String> getDefinition(Clazz c, Reporter reporter) throws Exception
Exception
public void annotation(Annotation annotation)
annotation
in class ClassDataCollector
public void classBegin(int access, String name)
classBegin
in class ClassDataCollector
public void implementsInterfaces(String[] interfaces)
implementsInterfaces
in class ClassDataCollector
public void method(int access, String name, String descriptor)
method
in class ClassDataCollector
public void finish()
Copyright © 2014 aQute SARL. All rights reserved.