| Package | Description |
|---|---|
| org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QualifiedTypeVisitor
SpaceVisitor that reports types annotated with Qualifier annotations. |
class |
SisuIndex
Command-line utility that generates a qualified class index for a space-separated list of JARs.
|
| Modifier and Type | Method and Description |
|---|---|
ClassVisitor |
SisuIndex.visitClass(java.net.URL url) |
ClassVisitor |
SpaceVisitor.visitClass(java.net.URL url)
Visits a class resource in the class space.
|
ClassVisitor |
QualifiedTypeVisitor.visitClass(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SpaceScanner.accept(ClassVisitor visitor,
java.net.URL url)
Makes the given
ClassVisitor visit the class contained in the resource URL. |