- getAnnotation() - Method in class org.jboss.papaki.Annotation
-
Get the annotation instance
- getAnnotation(Class<?>) - Method in interface org.jboss.papaki.AnnotationRepository
-
Get the instances of an annotation
- getAnnotation(String) - Method in interface org.jboss.papaki.AnnotationRepository
-
Get the instances of an annotation
- getAnnotation(Class<?>) - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the instances of an annotation
- getAnnotation(String) - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the instances of an annotation
- getAnnotationClassName() - Method in class org.jboss.papaki.Annotation
-
Get the fully qualified class name of the annotation
- getAnnotations() - Method in class org.jboss.papaki.impl.ClassInfo
-
Get the annotations
- getAnnotations(String) - Method in class org.jboss.papaki.impl.ClassInfo
-
Get the annotations
- getAnnotationToClasses() - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the annotation to classes datastructure
- getAvailableAnnotations() - Method in interface org.jboss.papaki.AnnotationRepository
-
Get the available annotation keys
- getAvailableAnnotations() - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the available annotation keys
- getChildren() - Method in class org.jboss.papaki.impl.ClassInfo
-
Get the class names of all children of this class
- getClassInfo() - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the class information datastructure
- getClassName() - Method in class org.jboss.papaki.Annotation
-
Get the fully qualified class name where the annotation is located
- getClassName() - Method in class org.jboss.papaki.impl.ClassInfo
-
Get the class name
- getClassNames(URL[]) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Get all the class names
- getClassVisibility() - Method in interface org.jboss.papaki.Configuration
-
Get the class visibility setting
- getClassVisibility() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Get the class visibility setting
- getClassVisibility() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Get the class visibility setting
- getClassVisibility() - Method in interface org.jboss.papaki.Settings
-
Get the class visibility setting
- getConstructorVisibility() - Method in interface org.jboss.papaki.Configuration
-
Get the constructor visibility setting
- getConstructorVisibility() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Get the constructor visibility setting
- getConstructorVisibility() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Get the constructor visibility setting
- getConstructorVisibility() - Method in interface org.jboss.papaki.Settings
-
Get the constructor visibility setting
- getDefault() - Static method in class org.jboss.papaki.AnnotationScannerFactory
-
Get the default strategy for annotation scanning
- getDefault(Configuration) - Static method in class org.jboss.papaki.AnnotationScannerFactory
-
Get the default strategy for annotation scanning
- getFieldVisibility() - Method in interface org.jboss.papaki.Configuration
-
Get the field visibility setting
- getFieldVisibility() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Get the field visibility setting
- getFieldVisibility() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Get the field visibility setting
- getFieldVisibility() - Method in interface org.jboss.papaki.Settings
-
Get the field visibility setting
- getMemberName() - Method in class org.jboss.papaki.Annotation
-
Get the member name (field or method name); null
if class or constructor
- getMethodVisibility() - Method in interface org.jboss.papaki.Configuration
-
Get the method visibility setting
- getMethodVisibility() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Get the method visibility setting
- getMethodVisibility() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Get the method visibility setting
- getMethodVisibility() - Method in interface org.jboss.papaki.Settings
-
Get the method visibility setting
- getParameterIndex() - Method in class org.jboss.papaki.Annotation
-
Get the parameter index for parameter annotation
- getParameterTypes() - Method in class org.jboss.papaki.Annotation
-
Get the fully qualified class names of all parameters; null
if there are no parameters
- getScan(JarFile) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Check a JAR file for metadata
- getScan(File) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Check a directory for metadata
- getSettings() - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Get the settings for an annotation repository
- getSize() - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the size of the repository
- getSize(Class) - Method in class org.jboss.papaki.impl.AnnotationRepositoryImpl
-
Get the size of the repository
- getStrategy(int) - Static method in class org.jboss.papaki.AnnotationScannerFactory
-
Get the specified strategy for annotation scanning
- getStrategy(int, Configuration) - Static method in class org.jboss.papaki.AnnotationScannerFactory
-
Get the specified strategy for annotation scanning
- getType() - Method in class org.jboss.papaki.Annotation
-
Get the annotation type
- includeAbstract(boolean) - Method in class org.jboss.papaki.impl.SettingsImpl
-
Include abstract classes in the result of hasAnnotation/getAnnotation -
default: false
- includeAbstract(boolean) - Method in interface org.jboss.papaki.Settings
-
Include abstract classes in the result of hasAnnotation/getAnnotation -
default: false
- includeClass(int) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Include class in the scan
- includeConstructor(int) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Include constructor in the scan
- includeField(int) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Include field in the scan
- includeMethod(int) - Method in class org.jboss.papaki.impl.AbstractAnnotationScanner
-
Include method in the scan
- isAbstract() - Method in class org.jboss.papaki.impl.ClassInfo
-
Is the class abstract
- isClassLevel() - Method in interface org.jboss.papaki.Configuration
-
Is the class level enabled ?
- isClassLevel() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Is the class level enabled ?
- isClassLevel() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is the class level enabled ?
- isClassLevel() - Method in interface org.jboss.papaki.Settings
-
Is the class level enabled ?
- isConstructorLevel() - Method in interface org.jboss.papaki.Configuration
-
Is the constructor level enabled ?
- isConstructorLevel() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Is the constructor level enabled ?
- isConstructorLevel() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is the constructor level enabled ?
- isConstructorLevel() - Method in interface org.jboss.papaki.Settings
-
Is the constructor level enabled ?
- isFieldLevel() - Method in interface org.jboss.papaki.Configuration
-
Is the field level enabled ?
- isFieldLevel() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Is the field level enabled ?
- isFieldLevel() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is the field level enabled ?
- isFieldLevel() - Method in interface org.jboss.papaki.Settings
-
Is the field level enabled ?
- isFoldAnnotations() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is folding annotations enabled ?
- isFoldAnnotations() - Method in interface org.jboss.papaki.Settings
-
Is folding annotations enabled ?
- isIncludeAbstract() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is abstrac classes included in the result of hasAnnotation/getAnnotation
- isIncludeAbstract() - Method in interface org.jboss.papaki.Settings
-
Is abstrac classes included in the result of hasAnnotation/getAnnotation
- isInterface() - Method in class org.jboss.papaki.impl.ClassInfo
-
Does the class represent an interface
- isMethodLevel() - Method in interface org.jboss.papaki.Configuration
-
Is the method level enabled ?
- isMethodLevel() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Is the method level enabled ?
- isMethodLevel() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is the method level enabled ?
- isMethodLevel() - Method in interface org.jboss.papaki.Settings
-
Is the method level enabled ?
- isParameterLevel() - Method in interface org.jboss.papaki.Configuration
-
Is the parameter level enabled ?
- isParameterLevel() - Method in class org.jboss.papaki.impl.ConfigurationImpl
-
Is the parameter level enabled ?
- isParameterLevel() - Method in class org.jboss.papaki.impl.SettingsImpl
-
Is the parameter level enabled ?
- isParameterLevel() - Method in interface org.jboss.papaki.Settings
-
Is the parameter level enabled ?