Uses of Class
aQute.bnd.osgi.Analyzer
-
Packages that use Analyzer Package Description aQute.bnd.build aQute.bnd.cdi aQute.bnd.classindex aQute.bnd.component OSGi Declarative Services Annotation processing.aQute.bnd.differ This package provides baseline support.aQute.bnd.junit aQute.bnd.make.component aQute.bnd.make.metatype aQute.bnd.metatype aQute.bnd.osgi aQute.bnd.plugin.jpms aQute.bnd.plugin.maven aQute.bnd.plugin.spi aQute.bnd.service aQute.bnd.service.classparser aQute.bnd.service.diff aQute.bnd.service.verifier aQute.bnd.xmlattribute aQute.lib.spring -
-
Uses of Analyzer in aQute.bnd.build
Subclasses of Analyzer in aQute.bnd.build Modifier and Type Class Description classProjectBuilder -
Uses of Analyzer in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type Analyzer Modifier and Type Method Description booleanCDIAnnotations. analyzeJar(Analyzer analyzer)static java.util.List<BeanDef>CDIAnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.EnumSet<Discover> options) -
Uses of Analyzer in aQute.bnd.classindex
Methods in aQute.bnd.classindex with parameters of type Analyzer Modifier and Type Method Description booleanClassIndexerAnalyzer. analyzeJar(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type Analyzer Modifier and Type Method Description booleanDSAnnotations. analyzeJar(Analyzer analyzer)static aQute.bnd.component.ComponentDefDSAnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)Constructors in aQute.bnd.component with parameters of type Analyzer Constructor Description HeaderReader(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Analyzer Modifier and Type Method Description TreeDiffPluginImpl. tree(Analyzer newer) -
Uses of Analyzer in aQute.bnd.junit
Subclasses of Analyzer in aQute.bnd.junit Modifier and Type Class Description classJUnitFramework.BundleBuilderDeprecated. -
Uses of Analyzer in aQute.bnd.make.component
Methods in aQute.bnd.make.component with parameters of type Analyzer Modifier and Type Method Description booleanServiceComponent. analyzeJar(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.make.metatype
Constructors in aQute.bnd.make.metatype with parameters of type Analyzer Constructor Description MetaTypeReader(Clazz clazz, Analyzer reporter) -
Uses of Analyzer in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type Analyzer Modifier and Type Method Description booleanMetatypeAnnotations. analyzeJar(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.osgi
Subclasses of Analyzer in aQute.bnd.osgi Modifier and Type Class Description classBuilderInclude-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 Analyzer Modifier and Type Method Description booleanClazz. is(Clazz.QUERY query, Instruction instr, Analyzer analyzer)Constructors in aQute.bnd.osgi with parameters of type Analyzer Constructor Description Clazz(Analyzer analyzer, java.lang.String path, Resource resource)Verifier(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.plugin.jpms
Methods in aQute.bnd.plugin.jpms with parameters of type Analyzer Modifier and Type Method Description booleanJPMSAnnotations. analyzeJar(Analyzer analyzer)voidJPMSModuleInfoPlugin. verify(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.plugin.maven
Methods in aQute.bnd.plugin.maven with parameters of type Analyzer Modifier and Type Method Description voidCentralCheck. verify(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.plugin.spi
Methods in aQute.bnd.plugin.spi with parameters of type Analyzer Modifier and Type Method Description voidSPIDescriptorGenerator. verify(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type Analyzer Modifier and Type Method Description booleanAnalyzerPlugin. 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 Modifier and Type Method Description ClassDataCollectorClassParser. getClassDataCollector(Analyzer analyzer) -
Uses of Analyzer in aQute.bnd.service.diff
Methods in aQute.bnd.service.diff with parameters of type Analyzer Modifier and Type Method Description TreeDiffer. tree(Analyzer source) -
Uses of Analyzer in aQute.bnd.service.verifier
Methods in aQute.bnd.service.verifier with parameters of type Analyzer Modifier and Type Method Description voidVerifierPlugin. verify(Analyzer analyzer)This plugin is called after the manifest generation and after the jar is fully populated with resources. -
Uses of Analyzer in aQute.bnd.xmlattribute
Constructors in aQute.bnd.xmlattribute with parameters of type Analyzer Constructor Description XMLAttributeFinder(Analyzer analyzer) -
Uses of Analyzer in aQute.lib.spring
Methods in aQute.lib.spring with parameters of type Analyzer Modifier and Type Method Description booleanSpringComponent. analyzeJar(Analyzer analyzer)booleanXMLType. analyzeJar(Analyzer analyzer)booleanXMLTypeProcessor. analyzeJar(Analyzer analyzer)protected java.util.List<XMLType>JPAComponent. getTypes(Analyzer analyzer)protected java.util.List<XMLType>SpringXMLType. getTypes(Analyzer analyzer)protected java.util.List<XMLType>XMLTypeProcessor. getTypes(Analyzer analyzer)
-