Uses of Class
aQute.bnd.osgi.Clazz
-
Packages that use Clazz Package Description aQute.bnd.build aQute.bnd.component aQute.bnd.differ aQute.bnd.make.calltree aQute.bnd.make.component 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 boolean
Classpath.ClassVisitor. visit(Clazz clazz)
-
Uses of Clazz in aQute.bnd.component
Fields in aQute.bnd.component declared as Clazz Modifier and Type Field Description (package private) Clazz
AnnotationReader. clazz
Methods in aQute.bnd.component with parameters of type Clazz Modifier and Type Method Description static ComponentDef
AnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.EnumSet<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)
Constructors in aQute.bnd.component with parameters of type Clazz Constructor Description AnnotationReader(Analyzer analyzer, Clazz clazz, java.util.EnumSet<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) Element
JavaElement. 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. classes
Method parameters in aQute.bnd.make.calltree with type arguments of type Clazz Modifier and Type Method Description static void
CalltreeResource. 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.component
Fields in aQute.bnd.make.component declared as Clazz Modifier and Type Field Description (package private) Clazz
ComponentAnnotationReader. clazz
Methods in aQute.bnd.make.component that return types with arguments of type Clazz Modifier and Type Method Description private java.util.Collection<Clazz>
ServiceComponent.ComponentMaker. checkAnnotationsFeasible(java.lang.String name)
Check if annotations are actually feasible looking at the class format.Methods in aQute.bnd.make.component with parameters of type Clazz Modifier and Type Method Description (package private) void
ServiceComponent.ComponentMaker. annotated(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> components, Clazz c, java.util.Map<java.lang.String,java.lang.String> info)
static java.util.Map<java.lang.String,java.lang.String>
ComponentAnnotationReader. getDefinition(Clazz c)
static java.util.Map<java.lang.String,java.lang.String>
ComponentAnnotationReader. getDefinition(Clazz c, Reporter reporter)
Constructors in aQute.bnd.make.component with parameters of type Clazz Constructor Description ComponentAnnotationReader(Clazz clazz)
-
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. testsuite
Method 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 void
Coverage. 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) Clazz
MetaTypeReader. clazz
Methods in aQute.bnd.make.metatype with parameters of type Clazz Modifier and Type Method Description private void
MetaTypeReader. handleInheritedClasses(Clazz child)
private void
MetaTypeReader. 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 Clazz
DesignateReader. clazz
private Clazz
OCDReader. clazz
private Clazz
OCDReader.OCDDataCollector. clazz
Methods in aQute.bnd.metatype with parameters of type Clazz Modifier and Type Method Description boolean
OCDReader.OCDDataCollector. classStart(Clazz clazz)
(package private) static DesignateDef
DesignateReader. getDesignate(Clazz c, Analyzer analyzer, java.util.Map<Descriptors.TypeRef,OCDDef> classToOCDMap, XMLAttributeFinder finder)
(package private) static OCDDef
OCDReader. getOCDDef(Clazz c, Analyzer analyzer, java.util.EnumSet<MetatypeAnnotations.Options> options, XMLAttributeFinder finder, MetatypeVersion minVersion)
private void
OCDReader. parseExtends(Clazz clazz)
private void
OCDReader.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.EnumSet<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 Clazz
ClassDataCollectors.Collectors. clazz
(package private) Clazz
AnnotationHeaders. current
Fields in aQute.bnd.osgi with type parameters of type Clazz Modifier and Type Field Description private java.util.Map<Descriptors.TypeRef,Clazz>
Analyzer. classspace
private java.util.Map<Descriptors.TypeRef,Clazz>
Analyzer. importedClassesCache
static java.util.Comparator<Clazz>
Clazz. NAME_COMPARATOR
Methods in aQute.bnd.osgi that return Clazz Modifier and Type Method Description Clazz
Analyzer. findClass(Descriptors.TypeRef typeRef)
Find a clazz on the class path.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.Methods in aQute.bnd.osgi with parameters of type Clazz Modifier and Type Method Description void
Annotation. addDefaults(Clazz c)
boolean
Analyzer. assignable(Clazz annoServiceClazz, Clazz inferredServiceClazz)
boolean
AnnotationHeaders. classStart(Clazz c)
boolean
ClassDataCollector. classStart(Clazz c)
boolean
ClassDataCollectors.Collectors. classStart(Clazz clazz)
static Attrs
Processor. doAttrbutes(java.lang.Object[] attrs, Clazz clazz, Macro macro)
Parse the a=b strings and return a map of them.(package private) void
ClassDataCollectors. parse(Clazz clazz)
boolean
Classpath.ClassVisitor. visit(Clazz clazz)
(package private) void
ClassDataCollectors. with(Clazz clazz, ClassDataCollector cd)
Constructors in aQute.bnd.osgi with parameters of type Clazz Constructor Description Collectors(Clazz clazz)
-