Uses of Class
aQute.bnd.osgi.Clazz
Packages that use Clazz
Package
Description
OSGi Declarative Services Annotation processing.
-
Uses of Clazz in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type Clazz -
Uses of Clazz in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type Clazz -
Uses of Clazz in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type ClazzModifier and TypeMethodDescriptionstatic aQute.bnd.component.ComponentDefDSAnnotationReader.getDefinition(Clazz c, Analyzer analyzer, Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion) -
Uses of Clazz in aQute.bnd.make.calltree
Method 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
Method parameters in aQute.bnd.make.coverage with type arguments of type ClazzModifier and TypeMethodDescriptionstatic 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
Constructors in aQute.bnd.make.metatype with parameters of type Clazz -
Uses of Clazz in aQute.bnd.osgi
Fields in aQute.bnd.osgi with type parameters of type ClazzMethods 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.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) booleanClassDataCollector.classStart(Clazz c) static AttrsProcessor.doAttrbutes(Object[] attrs, Clazz clazz, Macro macro) Parse the a=b strings and return a map of them.Analyzer.getBundleClassPathEntry(Clazz clazz)