Package aQute.bnd.xmlattribute
Class XMLAttributeFinder
- java.lang.Object
-
- aQute.bnd.osgi.ClassDataCollector
-
- aQute.bnd.xmlattribute.XMLAttributeFinder
-
public class XMLAttributeFinder extends ClassDataCollector
-
-
Constructor Summary
Constructors Constructor Description XMLAttributeFinder(Analyzer analyzer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
annotation(Annotation annotation)
java.util.Map<java.lang.String,java.lang.String>
getDefaults(Annotation a)
aQute.bnd.annotation.xml.XMLAttribute
getXMLAttribute(Annotation a)
-
Methods inherited from class aQute.bnd.osgi.ClassDataCollector
addReference, annotationDefault, annotationDefault, classBegin, classEnd, classStart, classStart, constant, deprecated, enclosingMethod, extendsClass, field, implementsInterfaces, innerClass, memberEnd, method, methodParameters, parameter, referenceMethod, referTo, signature, typeuse, version
-
-
-
-
Constructor Detail
-
XMLAttributeFinder
public XMLAttributeFinder(Analyzer analyzer)
-
-
Method Detail
-
getXMLAttribute
public aQute.bnd.annotation.xml.XMLAttribute getXMLAttribute(Annotation a) throws java.lang.Exception
- Throws:
java.lang.Exception
-
annotation
public void annotation(Annotation annotation) throws java.lang.Exception
- Overrides:
annotation
in classClassDataCollector
- Throws:
java.lang.Exception
-
getDefaults
public java.util.Map<java.lang.String,java.lang.String> getDefaults(Annotation a)
-
-