Uses of Class
aQute.lib.osgi.Clazz

Packages that use Clazz
aQute.bnd.component   
aQute.bnd.make.calltree   
aQute.bnd.make.component   
aQute.bnd.make.coverage   
aQute.bnd.make.metatype   
aQute.lib.osgi   
 

Uses of Clazz in aQute.bnd.component
 

Methods in aQute.bnd.component with parameters of type Clazz
static aQute.bnd.component.ComponentDef AnnotationReader.getDefinition(Clazz c, Analyzer analyzer)
           
 

Uses of Clazz in aQute.bnd.make.calltree
 

Method parameters in aQute.bnd.make.calltree with type arguments of type Clazz
static void CalltreeResource.writeCalltree(PrintWriter out, Collection<Clazz> classes)
          Print the call tree in XML.
 

Constructor parameters in aQute.bnd.make.calltree with type arguments of type Clazz
CalltreeResource(Collection<Clazz> values)
          Create a resource for inclusion that will print a call tree.
 

Uses of Clazz in aQute.bnd.make.component
 

Methods in aQute.bnd.make.component with parameters of type Clazz
static Map<String,String> ComponentAnnotationReader.getDefinition(Clazz c)
           
static Map<String,String> ComponentAnnotationReader.getDefinition(Clazz c, Reporter reporter)
           
 

Uses of Clazz in aQute.bnd.make.coverage
 

Method parameters in aQute.bnd.make.coverage with type arguments of type Clazz
static Map<Clazz.MethodDef,List<Clazz.MethodDef>> Coverage.getCrossRef(Collection<Clazz> source, Collection<Clazz> dest)
          Create a cross reference table from source to dest.
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 Clazz
CoverageResource(Collection<Clazz> testsuite, Collection<Clazz> service)
           
CoverageResource(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
MetaTypeReader(Clazz clazz, Analyzer reporter)
           
 

Uses of Clazz in aQute.lib.osgi
 

Methods in aQute.lib.osgi that return Clazz
 Clazz Analyzer.findClass(String path)
          Find a clazz on the class path.
 

Methods in aQute.lib.osgi that return types with arguments of type Clazz
protected  Map<String,Clazz> Analyzer.analyzeBundleClasspath(Jar dot, Map<String,Map<String,String>> bundleClasspath, Map<String,Map<String,String>> contained, Map<String,Map<String,String>> referred, Map<String,Set<String>> uses)
           
 Collection<Clazz> Analyzer.getClasses(String... args)
           
 Map<String,Clazz> Analyzer.getClassspace()
           
 

Methods in aQute.lib.osgi with parameters of type Clazz
static Map<String,String> Processor.doAttrbutes(Object[] attrs, Clazz clazz, Macro macro)
          Parse the a=b strings and return a map of them.
static void Clazz.getImplementedPackages(Set<String> implemented, Analyzer analyzer, Clazz clazz)
           
 

Method parameters in aQute.lib.osgi with type arguments of type Clazz
 void Verifier.setClassSpace(Map<String,Clazz> classspace, Map<String,Map<String,String>> contained, Map<String,Map<String,String>> referred, Map<String,Set<String>> uses)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.