Uses of Class
aQute.bnd.osgi.Analyzer
Packages that use Analyzer
Package
Description
OSGi Declarative Services Annotation processing.
This package provides Declarative Service Annotation Error information.
This package provides baseline support.
-
Uses of Analyzer in aQute.bnd.build
Subclasses of Analyzer in aQute.bnd.build -
Uses of Analyzer in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type AnalyzerModifier and TypeMethodDescriptionbooleanCDIAnnotations.analyzeJar(Analyzer analyzer) CDIAnnotationReader.getDefinition(Clazz c, Analyzer analyzer, EnumSet<Discover> options) -
Uses of Analyzer in aQute.bnd.classindex
Methods in aQute.bnd.classindex with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type AnalyzerModifier and TypeMethodDescriptionbooleanDSAnnotations.analyzeJar(Analyzer analyzer) static aQute.bnd.component.ComponentDefDSAnnotationReader.getDefinition(Clazz c, Analyzer analyzer, Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion) Constructors in aQute.bnd.component with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.component.error
Methods in aQute.bnd.component.error with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.make.component
Methods in aQute.bnd.make.component with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.make.metatype
Constructors in aQute.bnd.make.metatype with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.osgi
Subclasses of Analyzer in aQute.bnd.osgiModifier and TypeClassDescriptionclassInclude-Resource: ( [name '=' ] file )+ Private-Package: package-decl ( ',' package-decl )* Export-Package: package-decl ( ',' package-decl )* Import-Package: package-decl ( ',' package-decl )* @version $Revision: 1.27 $Methods in aQute.bnd.osgi with parameters of type AnalyzerModifier and TypeMethodDescriptionbooleanClazz.is(Clazz.QUERY query, Instruction instr, Analyzer analyzer) Constructors in aQute.bnd.osgi with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.osgi.metainf
Methods in aQute.bnd.osgi.metainf with parameters of type AnalyzerModifier and TypeMethodDescriptionbooleanMetaInfServiceParser.analyzeJar(Analyzer analyzer) Iterate over the the file in META-INF/services and process them for annotations. -
Uses of Analyzer in aQute.bnd.plugin.jpms
Methods in aQute.bnd.plugin.jpms with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.plugin.maven
Methods in aQute.bnd.plugin.maven with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.plugin.spi
Methods in aQute.bnd.plugin.spi with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type AnalyzerModifier and TypeMethodDescriptionbooleanAnalyzerPlugin.analyzeJar(Analyzer analyzer) This plugin is called after analysis.default voidCalled just after the manifest has been calculated and just before name section is calculated.default voidCalled when the manifest is completely calculated.default voidAnalysisPlugin.reportAnalysis(Analyzer analyzer, String category, String details) Called when the analyzer makes other analysis decisions that may be of interest.voidAnalysisPlugin.reportImportVersion(Analyzer analyzer, Descriptors.PackageRef packageRef, String version, String reason) Called when the analyzer determines a version range for an import package. -
Uses of Analyzer in aQute.bnd.service.classparser
Methods in aQute.bnd.service.classparser with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.service.diff
Methods in aQute.bnd.service.diff with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.service.verifier
Methods in aQute.bnd.service.verifier with parameters of type Analyzer -
Uses of Analyzer in aQute.bnd.xmlattribute
Constructors in aQute.bnd.xmlattribute with parameters of type Analyzer -
Uses of Analyzer in aQute.lib.spring
Methods in aQute.lib.spring with parameters of type AnalyzerModifier and TypeMethodDescriptionbooleanSpringComponent.analyzeJar(Analyzer analyzer) booleanXMLType.analyzeJar(Analyzer analyzer) booleanXMLTypeProcessor.analyzeJar(Analyzer analyzer)