Uses of Class
aQute.bnd.osgi.Clazz
Packages that use Clazz
Package
Description
OSGi Declarative Services Annotation processing.
This package provides baseline support.
-
Uses of Clazz in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type Clazz -
Uses of Clazz in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as ClazzMethods in aQute.bnd.cdi with parameters of type ClazzModifier and TypeMethodDescriptionCDIAnnotationReader.getDefinition(Clazz c, Analyzer analyzer, EnumSet<Discover> options) Constructors in aQute.bnd.cdi with parameters of type ClazzModifierConstructorDescription(package private)CDIAnnotationReader(Analyzer analyzer, Clazz clazz, EnumSet<Discover> options) PackageDef(Clazz packageInfoClazz) -
Uses of Clazz in aQute.bnd.component
Fields in aQute.bnd.component declared as ClazzMethods in aQute.bnd.component with parameters of type ClazzModifier and TypeMethodDescriptionstatic ComponentDefDSAnnotationReader.getDefinition(Clazz c, Analyzer analyzer, Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion) Constructors in aQute.bnd.component with parameters of type ClazzModifierConstructorDescription(package private)DSAnnotationReader(Analyzer analyzer, Clazz clazz, Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion) -
Uses of Clazz in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type ClazzModifier and TypeMethodDescription(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 ClazzMethod parameters in aQute.bnd.make.calltree with type arguments of type ClazzModifier and TypeMethodDescriptionstatic voidCalltreeResource.writeCalltree(PrintWriter out, Collection<Clazz> classes) Print the call tree in XML.Constructor parameters in aQute.bnd.make.calltree with type arguments of type ClazzModifierConstructorDescriptionCalltreeResource(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 ClazzModifier and TypeFieldDescription(package private) Collection<Clazz> CoverageResource.service(package private) Collection<Clazz> CoverageResource.testsuiteMethod parameters in aQute.bnd.make.coverage with type arguments of type ClazzModifier and TypeMethodDescriptionprivate static Map<Clazz.MethodDef, List<Clazz.MethodDef>> Coverage.buildCatalog(Collection<Clazz> sources) private static voidCoverage.crossRef(Collection<Clazz> source, Map<Clazz.MethodDef, List<Clazz.MethodDef>> catalog) static Map<Clazz.MethodDef, List<Clazz.MethodDef>> Coverage.getCrossRef(Collection<Clazz> source, Collection<Clazz> dest) Create a cross reference table from source to dest.Constructor parameters in aQute.bnd.make.coverage with type arguments of type ClazzModifierConstructorDescriptionCoverageResource(Collection<Clazz> testsuite, Collection<Clazz> service) -
Uses of Clazz in aQute.bnd.make.metatype
Fields in aQute.bnd.make.metatype declared as ClazzMethods in aQute.bnd.make.metatype with parameters of type ClazzModifier and TypeMethodDescriptionprivate voidMetaTypeReader.handleInheritedClasses(Clazz child) private voidMetaTypeReader.parseAndMergeInheritedMetadata(Descriptors.TypeRef ref, Clazz child) private String[]MetaTypeReader.parseOptionValues(Clazz c) Constructors in aQute.bnd.make.metatype with parameters of type Clazz -
Uses of Clazz in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as ClazzModifier and TypeFieldDescriptionprivate ClazzDesignateReader.clazzprivate final ClazzOCDReader.clazzprivate ClazzOCDReader.OCDDataCollector.clazzMethods in aQute.bnd.metatype with parameters of type ClazzModifier and TypeMethodDescriptionbooleanOCDReader.OCDDataCollector.classStart(Clazz clazz) (package private) static DesignateDefDesignateReader.getDesignate(Clazz c, Analyzer analyzer, Map<Descriptors.TypeRef, OCDDef> classToOCDMap, XMLAttributeFinder finder) (package private) static OCDDefOCDReader.getOCDDef(Clazz c, Analyzer analyzer, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion) private voidOCDReader.parseExtends(Clazz clazz) private voidOCDReader.OCDDataCollector.parseOptionValues(Clazz c, List<OptionDef> options) Constructors in aQute.bnd.metatype with parameters of type ClazzModifierConstructorDescription(package private)DesignateReader(Analyzer analyzer, Clazz clazz, Map<Descriptors.TypeRef, OCDDef> classToOCDMap, XMLAttributeFinder finder) privateOCDReader(Analyzer analyzer, Clazz clazz, Set<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion) -
Uses of Clazz in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as ClazzModifier and TypeFieldDescriptionprivate final ClazzAnnotationHeaders.MetaAnnotationCollector.cprivate final ClazzClassDataCollectors.Collectors.clazzprivate ClazzClazz.HierarchySpliterator.clazz(package private) ClazzAnnotationHeaders.currentFields in aQute.bnd.osgi with type parameters of type ClazzModifier and TypeFieldDescriptionprivate final Map<Descriptors.TypeRef, Clazz> Analyzer.classspaceprivate final Function<? super Clazz, Collection<? extends Descriptors.TypeRef>> Clazz.TypeSpliterator.funcprivate final Map<Descriptors.TypeRef, Clazz> Analyzer.importedClassesCachestatic final Comparator<Clazz> Clazz.NAME_COMPARATORMethods in aQute.bnd.osgi that return ClazzModifier and TypeMethodDescriptionAnalyzer.findClass(Descriptors.TypeRef typeRef) Find a clazz on the class path.Analyzer.getPackageInfo(Descriptors.PackageRef packageRef) Methods in aQute.bnd.osgi that return types with arguments of type ClazzModifier and TypeMethodDescriptionAnalyzer.getClasses(String... args) Analyzer.getClassspace()Analyzer.getClassspace(Descriptors.PackageRef source) Return the classes for a given source package.Clazz.hierarchyStream(Analyzer analyzer) Methods in aQute.bnd.osgi with parameters of type ClazzModifier and TypeMethodDescriptionvoidAnnotation.addDefaults(Clazz c) booleanAnalyzer.assignable(Clazz annoServiceClazz, Clazz inferredServiceClazz) booleanAnalyzer.assignable(Clazz annoServiceClazz, Clazz inferredServiceClazz, boolean unknownResult) private BooleanAnalyzer.assignable0(Clazz annoServiceClazz, Clazz inferredServiceClazz) booleanAnnotationHeaders.classStart(Clazz c) booleanClassDataCollector.classStart(Clazz c) booleanClassDataCollectors.Collectors.classStart(Clazz clazz) static AttrsProcessor.doAttrbutes(Object[] attrs, Clazz clazz, Macro macro) Parse the a=b strings and return a map of them.Analyzer.getBundleClassPathEntry(Clazz clazz) (package private) voidprivate Set<Descriptors.PackageRef> Analyzer.referencesByAnnotation(Clazz clazz) (package private) voidClassDataCollectors.with(Clazz clazz, ClassDataCollector cd) Method parameters in aQute.bnd.osgi with type arguments of type ClazzModifier and TypeMethodDescriptionvoidClazz.HierarchySpliterator.forEachRemaining(Consumer<? super Clazz> action) booleanClazz.HierarchySpliterator.tryAdvance(Consumer<? super Clazz> action) private Stream<Descriptors.TypeRef> Clazz.typeStream(Analyzer analyzer, Function<? super Clazz, Collection<? extends Descriptors.TypeRef>> func, Set<Descriptors.TypeRef> visited) Constructors in aQute.bnd.osgi with parameters of type ClazzModifierConstructorDescription(package private)Collectors(Clazz clazz) privateMetaAnnotationCollector(Clazz c, Annotation annotation, Set<String> processed, Attrs baseAttrs) Constructor parameters in aQute.bnd.osgi with type arguments of type ClazzModifierConstructorDescription(package private)TypeSpliterator(Analyzer analyzer, Function<? super Clazz, Collection<? extends Descriptors.TypeRef>> func, Set<Descriptors.TypeRef> visited)