Uses of Class
aQute.bnd.osgi.Clazz
-
Packages that use Clazz Package Description aQute.bnd.build aQute.bnd.cdi aQute.bnd.component aQute.bnd.differ This package provides baseline support.aQute.bnd.make.calltree aQute.bnd.make.coverage aQute.bnd.make.metatype aQute.bnd.metatype aQute.bnd.osgi -
-
Uses of Clazz in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type Clazz Modifier and Type Method Description booleanClasspath.ClassVisitor. visit(Clazz clazz) -
Uses of Clazz in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as Clazz Modifier and Type Field Description (package private) ClazzCDIAnnotationReader. clazzMethods in aQute.bnd.cdi with parameters of type Clazz Modifier and Type Method Description static java.util.List<BeanDef>CDIAnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.EnumSet<Discover> options)Constructors in aQute.bnd.cdi with parameters of type Clazz Constructor Description CDIAnnotationReader(Analyzer analyzer, Clazz clazz, java.util.EnumSet<Discover> options)PackageDef(Clazz packageInfoClazz) -
Uses of Clazz in aQute.bnd.component
Fields in aQute.bnd.component declared as Clazz Modifier and Type Field Description (package private) ClazzDSAnnotationReader. clazzMethods in aQute.bnd.component with parameters of type Clazz Modifier and Type Method Description static 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 Clazz Constructor Description DSAnnotationReader(Analyzer analyzer, Clazz clazz, java.util.Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion) -
Uses of Clazz in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Clazz Modifier and Type Method Description (package private) ElementJavaElement. classElement(Clazz clazz)Calculate the class element. -
Uses of Clazz in aQute.bnd.make.calltree
Fields in aQute.bnd.make.calltree with type parameters of type Clazz Modifier and Type Field Description (package private) java.util.Collection<Clazz>CalltreeResource. classesMethod parameters in aQute.bnd.make.calltree with type arguments of type Clazz Modifier and Type Method Description static voidCalltreeResource. writeCalltree(java.io.PrintWriter out, java.util.Collection<Clazz> classes)Print the call tree in XML.Constructor parameters in aQute.bnd.make.calltree with type arguments of type Clazz Constructor Description CalltreeResource(java.util.Collection<Clazz> values)Create a resource for inclusion that will print a call tree. -
Uses of Clazz in aQute.bnd.make.coverage
Fields in aQute.bnd.make.coverage with type parameters of type Clazz Modifier and Type Field Description (package private) java.util.Collection<Clazz>CoverageResource. service(package private) java.util.Collection<Clazz>CoverageResource. testsuiteMethod parameters in aQute.bnd.make.coverage with type arguments of type Clazz Modifier and Type Method Description private static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>>Coverage. buildCatalog(java.util.Collection<Clazz> sources)private static voidCoverage. crossRef(java.util.Collection<Clazz> source, java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>>Coverage. getCrossRef(java.util.Collection<Clazz> source, java.util.Collection<Clazz> dest)Create a cross reference table from source to dest.Constructor parameters in aQute.bnd.make.coverage with type arguments of type Clazz Constructor Description CoverageResource(java.util.Collection<Clazz> testsuite, java.util.Collection<Clazz> service) -
Uses of Clazz in aQute.bnd.make.metatype
Fields in aQute.bnd.make.metatype declared as Clazz Modifier and Type Field Description (package private) ClazzMetaTypeReader. clazzMethods in aQute.bnd.make.metatype with parameters of type Clazz Modifier and Type Method Description private voidMetaTypeReader. handleInheritedClasses(Clazz child)private voidMetaTypeReader. parseAndMergeInheritedMetadata(Descriptors.TypeRef ref, Clazz child)private java.lang.String[]MetaTypeReader. parseOptionValues(Clazz c)Constructors in aQute.bnd.make.metatype with parameters of type Clazz Constructor Description MetaTypeReader(Clazz clazz, Analyzer reporter) -
Uses of Clazz in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as Clazz Modifier and Type Field Description private ClazzDesignateReader. clazzprivate ClazzOCDReader. clazzprivate ClazzOCDReader.OCDDataCollector. clazzMethods in aQute.bnd.metatype with parameters of type Clazz Modifier and Type Method Description booleanOCDReader.OCDDataCollector. classStart(Clazz clazz)(package private) static DesignateDefDesignateReader. getDesignate(Clazz c, Analyzer analyzer, java.util.Map<Descriptors.TypeRef,OCDDef> classToOCDMap, XMLAttributeFinder finder)(package private) static OCDDefOCDReader. getOCDDef(Clazz c, Analyzer analyzer, java.util.Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)private voidOCDReader. parseExtends(Clazz clazz)private voidOCDReader.OCDDataCollector. parseOptionValues(Clazz c, java.util.List<OptionDef> options)Constructors in aQute.bnd.metatype with parameters of type Clazz Constructor Description DesignateReader(Analyzer analyzer, Clazz clazz, java.util.Map<Descriptors.TypeRef,OCDDef> classToOCDMap, XMLAttributeFinder finder)OCDReader(Analyzer analyzer, Clazz clazz, java.util.Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion) -
Uses of Clazz in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Clazz Modifier and Type Field Description private ClazzAnnotationHeaders.MetaAnnotationCollector. cprivate ClazzClassDataCollectors.Collectors. clazz(package private) ClazzAnnotationHeaders. currentFields in aQute.bnd.osgi with type parameters of type Clazz Modifier and Type Field Description private java.util.Map<Descriptors.TypeRef,Clazz>Analyzer. classspaceprivate java.util.Map<Descriptors.TypeRef,Clazz>Analyzer. importedClassesCachestatic java.util.Comparator<Clazz>Clazz. NAME_COMPARATORMethods in aQute.bnd.osgi that return Clazz Modifier and Type Method Description ClazzAnalyzer. findClass(Descriptors.TypeRef typeRef)Find a clazz on the class path.ClazzAnalyzer. getPackageInfo(Descriptors.PackageRef packageRef)Methods in aQute.bnd.osgi that return types with arguments of type Clazz Modifier and Type Method Description java.util.Collection<Clazz>Analyzer. getClasses(java.lang.String... args)java.util.Map<Descriptors.TypeRef,Clazz>Analyzer. getClassspace()java.util.Set<Clazz>Analyzer. getClassspace(Descriptors.PackageRef source)Return the classes for a given source package.private java.util.stream.Stream<Clazz>Clazz. hierarchyStream(Analyzer analyzer)Methods in aQute.bnd.osgi with parameters of type Clazz Modifier and Type Method Description voidAnnotation. addDefaults(Clazz c)booleanAnalyzer. assignable(Clazz annoServiceClazz, Clazz inferredServiceClazz)booleanAnalyzer. assignable(Clazz annoServiceClazz, Clazz inferredServiceClazz, boolean unknownResult)private java.lang.BooleanAnalyzer. assignable0(Clazz annoServiceClazz, Clazz inferredServiceClazz)booleanAnnotationHeaders. classStart(Clazz c)booleanClassDataCollector. classStart(Clazz c)booleanClassDataCollectors.Collectors. classStart(Clazz clazz)static AttrsProcessor. doAttrbutes(java.lang.Object[] attrs, Clazz clazz, Macro macro)Parse the a=b strings and return a map of them.java.util.Optional<java.lang.String>Analyzer. getBundleClassPathEntry(Clazz clazz)(package private) voidClassDataCollectors. parse(Clazz clazz)private java.util.Set<Descriptors.PackageRef>Analyzer. referencesByAnnotation(Clazz clazz)booleanClasspath.ClassVisitor. visit(Clazz clazz)(package private) voidClassDataCollectors. with(Clazz clazz, ClassDataCollector cd)Method parameters in aQute.bnd.osgi with type arguments of type Clazz Modifier and Type Method Description private java.util.stream.Stream<Descriptors.TypeRef>Clazz. typeStream(Analyzer analyzer, java.util.function.Function<? super Clazz,java.util.Collection<? extends Descriptors.TypeRef>> func, java.util.Set<Descriptors.TypeRef> visited)Constructors in aQute.bnd.osgi with parameters of type Clazz Constructor Description Collectors(Clazz clazz)MetaAnnotationCollector(Clazz c, Annotation annotation, java.util.Set<java.lang.String> processed, Attrs baseAttrs)
-