Package | Description |
---|---|
org.jboss.papaki |
This is the main package of the Papaki project.
|
org.jboss.papaki.impl |
Contains the implementation of the core project classes.
|
org.jboss.papaki.javalangreflect |
Contains the implementation of the scanning strategy that uses the
java.lang.reflect package. |
org.jboss.papaki.javassistclasspool |
Contains the implementation of the scanning strategy that uses Javassist ClassPool.
|
org.jboss.papaki.javassistinputstream |
Contains the implementation of the scanning strategy that uses inputstream's and the Javassist library.
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
AnnotationScanner.scan(java.net.URL[] urls)
Scan using the context class loader to resolve annotation class definitions
|
AnnotationRepository |
AnnotationScanner.scan(java.net.URL[] urls,
java.lang.ClassLoader... cls)
Scan using the context class loader as well as the additional
classloaders specified to resolve annotation class definitions
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationRepository.merge(AnnotationRepository ar)
Merge an annotation repository
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationRepositoryImpl
The annotation repository implementation
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
AbstractAnnotationScanner.scan(java.net.URL[] urls)
Scan
|
abstract AnnotationRepository |
AbstractAnnotationScanner.scan(java.net.URL[] urls,
java.lang.ClassLoader... cls)
Scan using additional classloader to resolve annotation class definitions
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationRepositoryImpl.merge(AnnotationRepository ar)
Merge an annotation repository
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
JavaClass.scan(java.net.URL[] urls,
java.lang.ClassLoader... cls)
Scan
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
JavassistClassPool.scan(java.net.URL[] urls,
java.lang.ClassLoader... cls)
Scan
|
Modifier and Type | Method and Description |
---|---|
AnnotationRepository |
JavassistInputStream.scan(java.net.URL[] urls,
java.lang.ClassLoader... cls)
Scan
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)