Uses of Class
aQute.bnd.osgi.ClassDataCollector
-
Packages that use ClassDataCollector Package Description aQute.bnd.component aQute.bnd.make.component aQute.bnd.make.metatype aQute.bnd.metatype aQute.bnd.osgi aQute.bnd.service.classparser aQute.bnd.xmlattribute -
-
Uses of ClassDataCollector in aQute.bnd.component
Subclasses of ClassDataCollector in aQute.bnd.component Modifier and Type Class Description class
AnnotationReader
Processes spec DS annotations into xml.private class
AnnotationReader.ComponentPropertyTypeDataCollector
-
Uses of ClassDataCollector in aQute.bnd.make.component
Subclasses of ClassDataCollector in aQute.bnd.make.component Modifier and Type Class Description class
ComponentAnnotationReader
This converts bnd style annotations to, roughly, the header format. -
Uses of ClassDataCollector in aQute.bnd.make.metatype
Subclasses of ClassDataCollector in aQute.bnd.make.metatype Modifier and Type Class Description (package private) class
MetaTypeReader.Find
-
Uses of ClassDataCollector in aQute.bnd.metatype
Subclasses of ClassDataCollector in aQute.bnd.metatype Modifier and Type Class Description class
DesignateReader
private class
OCDReader.OCDDataCollector
-
Uses of ClassDataCollector in aQute.bnd.osgi
Subclasses of ClassDataCollector in aQute.bnd.osgi Modifier and Type Class Description (package private) class
AnnotationHeaders
This class parses the 'header annotations'.private class
ClassDataCollectors.Collectors
Fields in aQute.bnd.osgi declared as ClassDataCollector Modifier and Type Field Description (package private) ClassDataCollector
Clazz. cd
Fields in aQute.bnd.osgi with type parameters of type ClassDataCollector Modifier and Type Field Description (package private) java.util.Deque<ClassDataCollector>
Clazz. cds
(package private) java.util.List<ClassDataCollector>
ClassDataCollectors. delegates
(package private) java.util.List<ClassDataCollector>
ClassDataCollectors. shortlist
Methods in aQute.bnd.osgi with parameters of type ClassDataCollector Modifier and Type Method Description (package private) void
ClassDataCollectors. add(ClassDataCollector cd)
java.util.Set<Descriptors.TypeRef>
Clazz. parseClassFile(java.io.InputStream in, ClassDataCollector cd)
(package private) java.util.Set<Descriptors.TypeRef>
Clazz. parseClassFileData(java.io.DataInput in, ClassDataCollector cd)
java.util.Set<Descriptors.TypeRef>
Clazz. parseClassFileWithCollector(ClassDataCollector cd)
(package private) void
ClassDataCollectors. 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 ClassDataCollector
ClassParser. getClassDataCollector(Analyzer analyzer)
-
Uses of ClassDataCollector in aQute.bnd.xmlattribute
Subclasses of ClassDataCollector in aQute.bnd.xmlattribute Modifier and Type Class Description class
XMLAttributeFinder
-