Package | Description |
---|---|
org.eclipse.sisu.plexus | |
org.eclipse.sisu.space |
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. |
Modifier and Type | Method and Description |
---|---|
ClassVisitor |
QualifiedTypeVisitor.visitClass(URL url) |
ClassVisitor |
SpaceVisitor.visitClass(URL url)
Visits a class resource in the class space.
|
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 © 2013. All rights reserved.