Package | Description |
---|---|
org.jboss.papaki.impl |
Contains the implementation of the core project classes.
|
org.jboss.papaki.util |
Contains various utility classes used by the implementation.
|
Modifier and Type | Method and Description |
---|---|
protected AnnotationRepositoryImpl |
AbstractAnnotationScanner.getScan(java.io.File directory)
Check a directory for metadata
|
protected AnnotationRepositoryImpl |
AbstractAnnotationScanner.getScan(java.util.jar.JarFile jarFile)
Check a JAR file for metadata
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavassistAnnotationScanner.processAnnotation(java.lang.Object annotation,
AnnotationType type,
java.lang.String className,
java.lang.String memberName,
java.lang.String[] parameterTypes,
int parameterIndex,
AnnotationRepositoryImpl ari,
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> annotationToClasses,
java.util.Map<java.lang.String,ClassInfo> classInfo)
Add an annotation to the result map
|
protected void |
AbstractJavassistAnnotationScanner.processClass(javassist.CtClass ctClass,
AnnotationRepositoryImpl ari,
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> annotationToClasses,
java.util.Map<java.lang.String,ClassInfo> classInfo)
Process class
|
Modifier and Type | Method and Description |
---|---|
static AnnotationRepositoryImpl |
BinaryLoader.loadJBossAnnotation(java.io.InputStream is)
Loads the internal representation of the jboss-annotation.ser file
|
Copyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)