Uses of Class
aQute.bnd.osgi.Analyzer

Packages that use Analyzer
aQute.bnd.build   
aQute.bnd.component   
aQute.bnd.differ   
aQute.bnd.make.component   
aQute.bnd.make.metatype   
aQute.bnd.metatype   
aQute.bnd.osgi   
aQute.bnd.service   
aQute.bnd.service.classparser   
aQute.bnd.service.diff   
aQute.lib.spring   
 

Uses of Analyzer in aQute.bnd.build
 

Subclasses of Analyzer in aQute.bnd.build
 class ProjectBuilder
           
 

Uses of Analyzer in aQute.bnd.component
 

Methods in aQute.bnd.component with parameters of type Analyzer
 boolean DSAnnotations.analyzeJar(Analyzer analyzer)
           
static aQute.bnd.component.ComponentDef AnnotationReader.getDefinition(Clazz c, Analyzer analyzer)
           
protected  String AnnotationReader.referredMethod(Analyzer analyzer, aQute.bnd.component.ReferenceDef rdef, String value, String... matches)
           
 

Constructors in aQute.bnd.component with parameters of type Analyzer
HeaderReader(Analyzer analyzer)
           
 

Uses of Analyzer in aQute.bnd.differ
 

Methods in aQute.bnd.differ with parameters of type Analyzer
 Tree DiffPluginImpl.tree(Analyzer newer)
           
 

Uses of Analyzer in aQute.bnd.make.component
 

Methods in aQute.bnd.make.component with parameters of type Analyzer
 boolean ServiceComponent.analyzeJar(Analyzer analyzer)
           
 

Uses of Analyzer in aQute.bnd.make.metatype
 

Methods in aQute.bnd.make.metatype with parameters of type Analyzer
 boolean MetatypePlugin.analyzeJar(Analyzer analyzer)
           
 

Constructors in aQute.bnd.make.metatype with parameters of type Analyzer
MetaTypeReader(Clazz clazz, Analyzer reporter)
           
 

Uses of Analyzer in aQute.bnd.metatype
 

Methods in aQute.bnd.metatype with parameters of type Analyzer
 boolean MetatypeAnnotations.analyzeJar(Analyzer analyzer)
           
 

Uses of Analyzer in aQute.bnd.osgi
 

Subclasses of Analyzer in aQute.bnd.osgi
 class Builder
          Include-Resource: ( [name '=' ] file )+ Private-Package: package-decl ( ',' package-decl )* Export-Package: package-decl ( ',' package-decl )* Import-Package: package-decl ( ',' package-decl )*
 

Methods in aQute.bnd.osgi with parameters of type Analyzer
 boolean Clazz.is(Clazz.QUERY query, Instruction instr, Analyzer analyzer)
           
 

Constructors in aQute.bnd.osgi with parameters of type Analyzer
Clazz(Analyzer analyzer, String path, Resource resource)
           
Verifier(Analyzer analyzer)
           
 

Uses of Analyzer in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Analyzer
 boolean AnalyzerPlugin.analyzeJar(Analyzer analyzer)
          This plugin is called after analysis.
 

Uses of Analyzer in aQute.bnd.service.classparser
 

Methods in aQute.bnd.service.classparser with parameters of type Analyzer
 ClassDataCollector ClassParser.getClassDataCollector(Analyzer analyzer)
           
 

Uses of Analyzer in aQute.bnd.service.diff
 

Methods in aQute.bnd.service.diff with parameters of type Analyzer
 Tree Differ.tree(Analyzer source)
           
 

Uses of Analyzer in aQute.lib.spring
 

Methods in aQute.lib.spring with parameters of type Analyzer
 boolean XMLTypeProcessor.analyzeJar(Analyzer analyzer)
           
 boolean XMLType.analyzeJar(Analyzer analyzer)
           
 boolean SpringComponent.analyzeJar(Analyzer analyzer)
           
protected  List<XMLType> XMLTypeProcessor.getTypes(Analyzer analyzer)
           
protected  List<XMLType> SpringXMLType.getTypes(Analyzer analyzer)
           
protected  List<XMLType> JPAComponent.getTypes(Analyzer analyzer)
           
 



Copyright © 2014 aQute SARL. All rights reserved.