Package | Description |
---|---|
org.sonatype.guice.bean.scanners |
ASM-based bean scanning.
|
org.sonatype.guice.bean.scanners.asm |
Repackaged subset of ASM classes.
|
org.sonatype.guice.plexus.scanners |
Modifier and Type | Class and Description |
---|---|
class |
EmptyClassVisitor
Skeletal
ClassVisitor that helps minimize the effort required to implement bytecode scanners. |
class |
QualifiedTypeVisitor
ClassSpaceVisitor that reports types annotated with Qualifier annotations. |
Modifier and Type | Method and Description |
---|---|
ClassVisitor |
ClassSpaceVisitor.visitClass(URL url)
Visits a class resource in the class space.
|
ClassVisitor |
QualifiedTypeVisitor.visitClass(URL url) |
Modifier and Type | Method and Description |
---|---|
static void |
ClassSpaceScanner.accept(ClassVisitor visitor,
URL url)
Makes the given
ClassVisitor visit the class contained in the resource URL . |
Modifier and Type | Class and Description |
---|---|
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
Modifier and Type | Class and Description |
---|---|
class |
PlexusTypeVisitor
ClassSpaceVisitor that reports Plexus bean classes annotated with @Component . |
Modifier and Type | Method and Description |
---|---|
ClassVisitor |
PlexusTypeVisitor.visitClass(URL url) |
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.