Package | Description |
---|---|
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
PlexusTypeVisitor
SpaceVisitor that reports Plexus bean classes annotated with @Component . |
Modifier and Type | Method and Description |
---|---|
ClassVisitor |
PlexusTypeVisitor.visitClass(URL url) |
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 |
QualifiedTypeVisitor.visitClass(URL url) |
ClassVisitor |
SpaceVisitor.visitClass(URL url)
Visits a class resource in the class space.
|
ClassVisitor |
SisuIndex.visitClass(URL url) |
Modifier and Type | Method and Description |
---|---|
static void |
SpaceScanner.accept(ClassVisitor visitor,
URL url)
Makes the given
ClassVisitor visit the class contained in the resource URL . |
Copyright © 2016. All Rights Reserved.