Uses of Class
aQute.bnd.osgi.ClassDataCollector

Packages that use ClassDataCollector
aQute.bnd.component   
aQute.bnd.make.component   
aQute.bnd.metatype   
aQute.bnd.osgi   
aQute.bnd.service.classparser   
 

Uses of ClassDataCollector in aQute.bnd.component
 

Subclasses of ClassDataCollector in aQute.bnd.component
 class AnnotationReader
          fixup any unbind methods To declare no unbind method, the value "-" must be used.
 

Uses of ClassDataCollector in aQute.bnd.make.component
 

Subclasses of ClassDataCollector in aQute.bnd.make.component
 class ComponentAnnotationReader
          This converts bnd style annotations to, roughly, the header format.
 

Uses of ClassDataCollector in aQute.bnd.metatype
 

Subclasses of ClassDataCollector in aQute.bnd.metatype
 class DesignateReader
           
 class OCDReader
           
 

Uses of ClassDataCollector in aQute.bnd.osgi
 

Methods in aQute.bnd.osgi with parameters of type ClassDataCollector
 Set<Descriptors.TypeRef> Clazz.parseClassFile(InputStream in, ClassDataCollector cd)
           
 Set<Descriptors.TypeRef> Clazz.parseClassFileWithCollector(ClassDataCollector cd)
           
 

Uses of ClassDataCollector in aQute.bnd.service.classparser
 

Methods in aQute.bnd.service.classparser that return ClassDataCollector
 ClassDataCollector ClassParser.getClassDataCollector(Analyzer analyzer)
           
 



Copyright © 2014 aQute SARL. All rights reserved.