Uses of Class
aQute.bnd.osgi.Analyzer
-
-
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.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
AnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.EnumSet<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)
protected java.lang.String
AnnotationReader. referredMethod(Analyzer analyzer, aQute.bnd.component.ReferenceDef rdef, java.lang.String value, java.lang.String... matches)
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
-
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
Methods in aQute.bnd.make.metatype with parameters of type Analyzer Modifier and Type Method Description boolean
MetatypePlugin. analyzeJar(Analyzer analyzer)
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.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)
-