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 class
ProjectBuilder
-
Uses of Analyzer in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type Analyzer Modifier and Type Method Description boolean
CDIAnnotations. 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 boolean
ClassIndexerAnalyzer. 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 boolean
DSAnnotations. analyzeJar(Analyzer analyzer)
static aQute.bnd.component.ComponentDef
DSAnnotationReader. 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 Tree
DiffPluginImpl. tree(Analyzer newer)
-
Uses of Analyzer in aQute.bnd.junit
Subclasses of Analyzer in aQute.bnd.junit Modifier and Type Class Description class
JUnitFramework.BundleBuilder
Deprecated. -
Uses of Analyzer in aQute.bnd.make.component
Methods in aQute.bnd.make.component with parameters of type Analyzer Modifier and Type Method Description boolean
ServiceComponent. 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 boolean
MetatypeAnnotations. analyzeJar(Analyzer analyzer)
-
Uses of Analyzer in aQute.bnd.osgi
Subclasses of Analyzer in aQute.bnd.osgi Modifier and Type Class Description class
Builder
Include-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 boolean
Clazz. 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 boolean
JPMSAnnotations. analyzeJar(Analyzer analyzer)
void
JPMSModuleInfoPlugin. 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 void
CentralCheck. 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 void
SPIDescriptorGenerator. 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 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 Modifier and Type Method Description ClassDataCollector
ClassParser. 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 Tree
Differ. 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 void
VerifierPlugin. 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 boolean
SpringComponent. analyzeJar(Analyzer analyzer)
boolean
XMLType. analyzeJar(Analyzer analyzer)
boolean
XMLTypeProcessor. 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)
-