Uses of Class
aQute.bnd.osgi.ClassDataCollector
-
Packages that use ClassDataCollector Package Description aQute.bnd.cdi aQute.bnd.component aQute.bnd.make.metatype aQute.bnd.metatype aQute.bnd.osgi aQute.bnd.service.classparser aQute.bnd.xmlattribute -
-
Uses of ClassDataCollector in aQute.bnd.cdi
Subclasses of ClassDataCollector in aQute.bnd.cdi Modifier and Type Class Description classCDIAnnotationReader -
Uses of ClassDataCollector in aQute.bnd.component
Subclasses of ClassDataCollector in aQute.bnd.component Modifier and Type Class Description classDSAnnotationReaderProcesses spec DS annotations into xml.(package private) classDSAnnotationReader.ComponentPropertyTypeDataCollector -
Uses of ClassDataCollector in aQute.bnd.make.metatype
Subclasses of ClassDataCollector in aQute.bnd.make.metatype Modifier and Type Class Description (package private) classMetaTypeReader.Find -
Uses of ClassDataCollector in aQute.bnd.metatype
Subclasses of ClassDataCollector in aQute.bnd.metatype Modifier and Type Class Description classDesignateReaderprivate classOCDReader.OCDDataCollector -
Uses of ClassDataCollector in aQute.bnd.osgi
Subclasses of ClassDataCollector in aQute.bnd.osgi Modifier and Type Class Description (package private) classAnnotationHeadersThis class parses the 'header annotations'.private classAnnotationHeaders.MetaAnnotationCollectorprivate classClassDataCollectors.CollectorsFields in aQute.bnd.osgi with type parameters of type ClassDataCollector Modifier and Type Field Description (package private) java.util.List<ClassDataCollector>ClassDataCollectors. delegatesprivate java.util.List<ClassDataCollector>ClassDataCollectors.Collectors. shortlistMethods in aQute.bnd.osgi with parameters of type ClassDataCollector Modifier and Type Method Description (package private) voidClassDataCollectors. add(ClassDataCollector cd)java.util.Set<Descriptors.TypeRef>Clazz. parseClassFile(java.io.InputStream in, ClassDataCollector cd)private java.util.Set<Descriptors.TypeRef>Clazz. parseClassFileData(java.io.DataInput in, ClassDataCollector cd)java.util.Set<Descriptors.TypeRef>Clazz. parseClassFileWithCollector(ClassDataCollector cd)private voidClazz. visitAnnotationDefault(ClassDataCollector cd, AnnotationDefaultAttribute attribute, Clazz.ElementDef elementDef)private voidClazz. visitAnnotations(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. visitAttributes(ClassDataCollector cd, Clazz.ElementDef elementDef)Called for the attributes in the class, field, or method.private voidClazz. visitClassFile(ClassDataCollector cd)private voidClazz. visitCode(ClassDataCollector cd, CodeAttribute attribute, Annotation.ElementType elementType)private voidClazz. visitConstantValue(ClassDataCollector cd, ConstantValueAttribute attribute)private voidClazz. visitEnclosingMethod(ClassDataCollector cd, EnclosingMethodAttribute attribute)private voidClazz. visitInnerClasses(ClassDataCollector cd, InnerClassesAttribute attribute)private voidClazz. visitMethodParameters(ClassDataCollector cd, MethodParametersAttribute attribute, Clazz.ElementDef elementDef)private voidClazz. visitParameterAnnotations(ClassDataCollector cd, ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)private voidClazz. visitReferenceMethod(ClassDataCollector cd, int method_ref_index)Called when crawling the byte code and a method reference is foundprivate voidClazz. visitSignature(ClassDataCollector cd, SignatureAttribute attribute)private voidClazz. visitTypeAnnotations(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)(package private) voidClassDataCollectors. with(Clazz clazz, ClassDataCollector cd) -
Uses of ClassDataCollector in aQute.bnd.service.classparser
Methods in aQute.bnd.service.classparser that return ClassDataCollector Modifier and Type Method Description ClassDataCollectorClassParser. getClassDataCollector(Analyzer analyzer) -
Uses of ClassDataCollector in aQute.bnd.xmlattribute
Subclasses of ClassDataCollector in aQute.bnd.xmlattribute Modifier and Type Class Description classXMLAttributeFinder
-