Uses of Class
aQute.bnd.xmlattribute.XMLAttributeFinder
-
Packages that use XMLAttributeFinder Package Description aQute.bnd.component aQute.bnd.metatype aQute.bnd.xmlattribute -
-
Uses of XMLAttributeFinder in aQute.bnd.component
Fields in aQute.bnd.component declared as XMLAttributeFinder Modifier and Type Field Description (package private) XMLAttributeFinder
AnnotationReader. finder
Methods in aQute.bnd.component with parameters of type XMLAttributeFinder Modifier and Type Method Description static ComponentDef
AnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.EnumSet<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)
Constructors in aQute.bnd.component with parameters of type XMLAttributeFinder Constructor Description AnnotationReader(Analyzer analyzer, Clazz clazz, java.util.EnumSet<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)
ComponentDef(XMLAttributeFinder finder, Version minVersion)
ReferenceDef(XMLAttributeFinder finder)
-
Uses of XMLAttributeFinder in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as XMLAttributeFinder Modifier and Type Field Description private XMLAttributeFinder
DesignateReader. finder
(package private) XMLAttributeFinder
OCDReader. finder
Methods in aQute.bnd.metatype with parameters of type XMLAttributeFinder Modifier and Type Method Description (package private) static DesignateDef
DesignateReader. getDesignate(Clazz c, Analyzer analyzer, java.util.Map<Descriptors.TypeRef,OCDDef> classToOCDMap, XMLAttributeFinder finder)
(package private) static OCDDef
OCDReader. getOCDDef(Clazz c, Analyzer analyzer, java.util.EnumSet<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)
Constructors in aQute.bnd.metatype with parameters of type XMLAttributeFinder Constructor Description ADDef(XMLAttributeFinder finder)
DesignateDef(XMLAttributeFinder finder)
DesignateDef(java.lang.String ocdRef, java.lang.String pid, boolean factory, XMLAttributeFinder finder)
DesignateReader(Analyzer analyzer, Clazz clazz, java.util.Map<Descriptors.TypeRef,OCDDef> classToOCDMap, XMLAttributeFinder finder)
OCDDef(XMLAttributeFinder finder, MetatypeVersion minVersion)
OCDReader(Analyzer analyzer, Clazz clazz, java.util.EnumSet<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)
-
Uses of XMLAttributeFinder in aQute.bnd.xmlattribute
Fields in aQute.bnd.xmlattribute declared as XMLAttributeFinder Modifier and Type Field Description protected XMLAttributeFinder
ExtensionDef. finder
Constructors in aQute.bnd.xmlattribute with parameters of type XMLAttributeFinder Constructor Description ExtensionDef(XMLAttributeFinder finder)
-