| Package | Description |
|---|---|
| aQute.bnd.build | |
| aQute.bnd.component | |
| aQute.bnd.make.calltree | |
| aQute.bnd.make.component | |
| aQute.bnd.make.coverage | |
| aQute.bnd.make.metatype | |
| aQute.bnd.osgi |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Classpath.ClassVisitor.visit(Clazz clazz) |
| Modifier and Type | Method | Description |
|---|---|---|
static aQute.bnd.component.ComponentDef |
AnnotationReader.getDefinition(Clazz c,
Analyzer analyzer,
java.util.EnumSet<DSAnnotations.Options> options,
XMLAttributeFinder finder,
Version minVersion) |
| 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 | Description |
|---|---|
CalltreeResource(java.util.Collection<Clazz> values) |
Create a resource for inclusion that will print a call tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
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,
aQute.service.reporter.Reporter reporter) |
| Modifier and Type | Method | Description |
|---|---|---|
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 | Description |
|---|---|
CoverageResource(java.util.Collection<Clazz> testsuite,
java.util.Collection<Clazz> service) |
| Constructor | Description |
|---|---|
MetaTypeReader(Clazz clazz,
Analyzer reporter) |
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Comparator<Clazz> |
Clazz.NAME_COMPARATOR |
| Modifier and Type | Method | Description |
|---|---|---|
Clazz |
Analyzer.findClass(Descriptors.TypeRef typeRef) |
Find a clazz on the class path.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Annotation.addDefaults(Clazz c) |
|
boolean |
Analyzer.assignable(Clazz annoServiceClazz,
Clazz inferredServiceClazz) |
|
boolean |
ClassDataCollector.classStart(Clazz c) |
|
static Attrs |
Processor.doAttrbutes(java.lang.Object[] attrs,
Clazz clazz,
Macro macro) |
Parse the a=b strings and return a map of them.
|
boolean |
Classpath.ClassVisitor.visit(Clazz clazz) |