A C D E F G H I J L M N O P R S T U V _ 
All Classes All Packages

A

AbstractFinder - Class in org.apache.xbean.finder
 
AbstractFinder() - Constructor for class org.apache.xbean.finder.AbstractFinder
 
AbstractFinder.Annotatable - Class in org.apache.xbean.finder
 
AbstractFinder.AnnotationInfo - Class in org.apache.xbean.finder
 
AbstractFinder.ClassInfo - Class in org.apache.xbean.finder
 
AbstractFinder.FieldInfo - Class in org.apache.xbean.finder
 
AbstractFinder.Info - Interface in org.apache.xbean.finder
 
AbstractFinder.InfoBuildingVisitor - Class in org.apache.xbean.finder
 
AbstractFinder.MethodInfo - Class in org.apache.xbean.finder
 
AbstractFinder.PackageInfo - Class in org.apache.xbean.finder
 
accept(String) - Method in class org.apache.xbean.finder.filter.ClassFilter
 
accept(String) - Method in class org.apache.xbean.finder.filter.ContainsFilter
 
accept(String) - Method in class org.apache.xbean.finder.filter.ExcludeIncludeFilter
 
accept(String) - Method in interface org.apache.xbean.finder.filter.Filter
 
accept(String) - Method in class org.apache.xbean.finder.filter.FilterList
 
accept(String) - Method in class org.apache.xbean.finder.filter.IncludeExcludeFilter
 
accept(String) - Method in class org.apache.xbean.finder.filter.PackageFilter
 
accept(String) - Method in class org.apache.xbean.finder.filter.PatternFilter
 
accept(String) - Method in class org.apache.xbean.finder.filter.PrefixFilter
 
accept(String) - Method in class org.apache.xbean.finder.filter.SuffixFilter
 
add(int, E) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
add(E) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
addAll(Collection<? extends E>) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
Annotatable() - Constructor for class org.apache.xbean.finder.AbstractFinder.Annotatable
 
Annotatable() - Constructor for class org.apache.xbean.finder.AnnotationFinder.Annotatable
 
Annotatable(AnnotatedElement) - Constructor for class org.apache.xbean.finder.AbstractFinder.Annotatable
 
Annotatable(AnnotatedElement) - Constructor for class org.apache.xbean.finder.AnnotationFinder.Annotatable
 
annotated - Variable in class org.apache.xbean.finder.AnnotationFinder
 
Annotated<T> - Interface in org.apache.xbean.finder
 
AnnotatedMember<T> - Interface in org.apache.xbean.finder
 
AnnotatedMethod<T> - Interface in org.apache.xbean.finder
 
AnnotationFinder - Class in org.apache.xbean.finder
ClassFinder searches the classpath of the specified classloader for packages, classes, constructors, methods, or fields with specific annotations.
AnnotationFinder(Archive) - Constructor for class org.apache.xbean.finder.AnnotationFinder
 
AnnotationFinder(Archive, boolean) - Constructor for class org.apache.xbean.finder.AnnotationFinder
 
AnnotationFinder.Annotatable - Class in org.apache.xbean.finder
 
AnnotationFinder.AnnotationInfo - Class in org.apache.xbean.finder
 
AnnotationFinder.ClassInfo - Class in org.apache.xbean.finder
 
AnnotationFinder.FieldInfo - Class in org.apache.xbean.finder
 
AnnotationFinder.Info - Interface in org.apache.xbean.finder
 
AnnotationFinder.InfoBuildingVisitor - Class in org.apache.xbean.finder
 
AnnotationFinder.MethodInfo - Class in org.apache.xbean.finder
 
AnnotationFinder.PackageInfo - Class in org.apache.xbean.finder
 
AnnotationFinder.ParameterInfo - Class in org.apache.xbean.finder
 
AnnotationFinder.SubArchive - Class in org.apache.xbean.finder
 
AnnotationFinder.SubArchive.E - Class in org.apache.xbean.finder
 
AnnotationInfo(Annotation) - Constructor for class org.apache.xbean.finder.AbstractFinder.AnnotationInfo
 
AnnotationInfo(Annotation) - Constructor for class org.apache.xbean.finder.AnnotationFinder.AnnotationInfo
 
AnnotationInfo(Class<? extends Annotation>) - Constructor for class org.apache.xbean.finder.AbstractFinder.AnnotationInfo
 
AnnotationInfo(Class<? extends Annotation>) - Constructor for class org.apache.xbean.finder.AnnotationFinder.AnnotationInfo
 
AnnotationInfo(String) - Constructor for class org.apache.xbean.finder.AbstractFinder.AnnotationInfo
 
AnnotationInfo(String) - Constructor for class org.apache.xbean.finder.AnnotationFinder.AnnotationInfo
 
annotations - Variable in class org.apache.xbean.finder.MetaAnnotatedElement
 
archive(ClassLoader, URL) - Static method in class org.apache.xbean.finder.archive.ClasspathArchive
 
Archive - Interface in org.apache.xbean.finder.archive
 
Archive.Entry - Interface in org.apache.xbean.finder.archive
 
ArchiveIterator - Class in org.apache.xbean.finder.archive
 
ArchiveIterator(Archive, Iterator<String>) - Constructor for class org.apache.xbean.finder.archive.ArchiveIterator
 
archives(ClassLoader, Iterable<URL>) - Static method in class org.apache.xbean.finder.archive.ClasspathArchive
 
archives(ClassLoader, URL...) - Static method in class org.apache.xbean.finder.archive.ClasspathArchive
 
asSubclass(Class<U>) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 

C

cast(Object) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
classes(String...) - Static method in class org.apache.xbean.finder.filter.Filters
 
Classes - Class in org.apache.xbean.finder.util
 
Classes() - Constructor for class org.apache.xbean.finder.util.Classes
 
ClassesArchive - Class in org.apache.xbean.finder.archive
 
ClassesArchive(Class<?>...) - Constructor for class org.apache.xbean.finder.archive.ClassesArchive
 
ClassesArchive(Iterable<Class<?>>) - Constructor for class org.apache.xbean.finder.archive.ClassesArchive
 
ClassFilter - Class in org.apache.xbean.finder.filter
 
ClassFilter(String) - Constructor for class org.apache.xbean.finder.filter.ClassFilter
 
ClassFinder - Class in org.apache.xbean.finder
ClassFinder searches the classpath of the specified classloader for packages, classes, constructors, methods, or fields with specific annotations.
ClassFinder(Class<?>...) - Constructor for class org.apache.xbean.finder.ClassFinder
 
ClassFinder(ClassLoader) - Constructor for class org.apache.xbean.finder.ClassFinder
Creates a ClassFinder that will search the urls in the specified classloader excluding the urls in the classloader's parent.
ClassFinder(ClassLoader, boolean) - Constructor for class org.apache.xbean.finder.ClassFinder
Creates a ClassFinder that will search the urls in the specified classloader.
ClassFinder(ClassLoader, ClassLoader) - Constructor for class org.apache.xbean.finder.ClassFinder
Creates a ClassFinder that will search the urls in the specified classloader excluding the urls in the 'exclude' classloader.
ClassFinder(ClassLoader, URL) - Constructor for class org.apache.xbean.finder.ClassFinder
 
ClassFinder(ClassLoader, Collection<URL>) - Constructor for class org.apache.xbean.finder.ClassFinder
 
ClassFinder(List<Class<?>>) - Constructor for class org.apache.xbean.finder.ClassFinder
 
ClassInfo(Class) - Constructor for class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
ClassInfo(Class) - Constructor for class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
ClassInfo(String, String) - Constructor for class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
ClassInfo(String, String) - Constructor for class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
classInfos - Variable in class org.apache.xbean.finder.AbstractFinder
 
classInfos - Variable in class org.apache.xbean.finder.AnnotationFinder
 
ClassLoaders - Class in org.apache.xbean.finder
 
ClasspathArchive - Class in org.apache.xbean.finder.archive
Supports JarArchive and FileArchive URLs
ClasspathArchive(ClassLoader, Iterable<URL>) - Constructor for class org.apache.xbean.finder.archive.ClasspathArchive
 
ClasspathArchive(ClassLoader, URL...) - Constructor for class org.apache.xbean.finder.archive.ClasspathArchive
 
cleanOnNaked() - Method in class org.apache.xbean.finder.AnnotationFinder
 
clear() - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
CompositeArchive - Class in org.apache.xbean.finder.archive
 
CompositeArchive(Iterable<Archive>) - Constructor for class org.apache.xbean.finder.archive.CompositeArchive
 
CompositeArchive(Archive...) - Constructor for class org.apache.xbean.finder.archive.CompositeArchive
 
contains(Object) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
containsAll(Collection<?>) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
ContainsFilter - Class in org.apache.xbean.finder.filter
 
ContainsFilter(String) - Constructor for class org.apache.xbean.finder.filter.ContainsFilter
 

D

declaredBy(Constructor<T>, int) - Static method in class org.apache.xbean.finder.Parameter
 
declaredBy(Method, int) - Static method in class org.apache.xbean.finder.Parameter
 
decode(String) - Static method in class org.apache.xbean.finder.archive.FileArchive
 
decode(String) - Static method in class org.apache.xbean.finder.ResourceFinder
 
deprimitivize(Class<?>) - Static method in class org.apache.xbean.finder.util.Classes
 
desiredAssertionStatus() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 

E

E(String) - Constructor for class org.apache.xbean.finder.AnnotationFinder.SubArchive.E
 
enableFindImplementations() - Method in class org.apache.xbean.finder.AnnotationFinder
 
enableFindSubclasses() - Method in class org.apache.xbean.finder.AnnotationFinder
 
enableMetaAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder
 
equals(Object) - Method in class org.apache.xbean.finder.AbstractFinder.PackageInfo
 
equals(Object) - Method in class org.apache.xbean.finder.AnnotationFinder.PackageInfo
 
equals(Object) - Method in class org.apache.xbean.finder.filter.ClassFilter
 
equals(Object) - Method in class org.apache.xbean.finder.filter.ContainsFilter
 
equals(Object) - Method in class org.apache.xbean.finder.filter.PackageFilter
 
equals(Object) - Method in class org.apache.xbean.finder.filter.PatternFilter
 
equals(Object) - Method in class org.apache.xbean.finder.filter.PrefixFilter
 
equals(Object) - Method in class org.apache.xbean.finder.filter.SuffixFilter
 
equals(Object) - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
equals(Object) - Method in class org.apache.xbean.finder.Parameter
 
equals(String, String) - Static method in class org.apache.xbean.finder.util.Classes
 
exclude(File) - Method in class org.apache.xbean.finder.UriSet
 
exclude(File) - Method in class org.apache.xbean.finder.UrlSet
 
exclude(ClassLoader) - Method in class org.apache.xbean.finder.UrlSet
 
exclude(String) - Method in class org.apache.xbean.finder.UriSet
 
exclude(String) - Method in class org.apache.xbean.finder.UrlSet
 
exclude(URI) - Method in class org.apache.xbean.finder.UriSet
 
exclude(URL) - Method in class org.apache.xbean.finder.UrlSet
 
exclude(UriSet) - Method in class org.apache.xbean.finder.UriSet
 
exclude(UrlSet) - Method in class org.apache.xbean.finder.UrlSet
 
ExcludeIncludeFilter - Class in org.apache.xbean.finder.filter
First, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.
ExcludeIncludeFilter(Filter, Filter) - Constructor for class org.apache.xbean.finder.filter.ExcludeIncludeFilter
 
excludeJavaEndorsedDirs() - Method in class org.apache.xbean.finder.UrlSet
Calls excludePaths(System.getProperty("java.endorsed.dirs"))
excludeJavaExtDirs() - Method in class org.apache.xbean.finder.UrlSet
Calls excludePaths(System.getProperty("java.ext.dirs"))
excludeJavaHome() - Method in class org.apache.xbean.finder.UrlSet
 
excludeJvm() - Method in class org.apache.xbean.finder.UrlSet
 
excludePaths(String) - Method in class org.apache.xbean.finder.UriSet
 
excludePaths(String) - Method in class org.apache.xbean.finder.UrlSet
 

F

FieldInfo(AbstractFinder.ClassInfo, Field) - Constructor for class org.apache.xbean.finder.AbstractFinder.FieldInfo
 
FieldInfo(AbstractFinder.ClassInfo, String, String) - Constructor for class org.apache.xbean.finder.AbstractFinder.FieldInfo
 
FieldInfo(AnnotationFinder.ClassInfo, Field) - Constructor for class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
FieldInfo(AnnotationFinder.ClassInfo, String, String) - Constructor for class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
FileArchive - Class in org.apache.xbean.finder.archive
 
FileArchive(ClassLoader, File) - Constructor for class org.apache.xbean.finder.archive.FileArchive
 
FileArchive(ClassLoader, File, String) - Constructor for class org.apache.xbean.finder.archive.FileArchive
 
FileArchive(ClassLoader, URL) - Constructor for class org.apache.xbean.finder.archive.FileArchive
 
FileArchive(ClassLoader, URL, String) - Constructor for class org.apache.xbean.finder.archive.FileArchive
 
Files - Class in org.apache.xbean.finder.util
 
filter(Filter) - Method in class org.apache.xbean.finder.UriSet
 
filter(Filter) - Method in class org.apache.xbean.finder.UrlSet
 
Filter - Interface in org.apache.xbean.finder.filter
 
FilteredArchive - Class in org.apache.xbean.finder.archive
 
FilteredArchive(Archive, Filter) - Constructor for class org.apache.xbean.finder.archive.FilteredArchive
 
FilterList - Class in org.apache.xbean.finder.filter
 
FilterList(Iterable<Filter>) - Constructor for class org.apache.xbean.finder.filter.FilterList
 
FilterList(Filter...) - Constructor for class org.apache.xbean.finder.filter.FilterList
 
Filters - Class in org.apache.xbean.finder.filter
 
Filters() - Constructor for class org.apache.xbean.finder.filter.Filters
 
find(String) - Method in class org.apache.xbean.finder.ResourceFinder
 
findAll(String) - Method in class org.apache.xbean.finder.ResourceFinder
 
findAllClasses(String) - Method in class org.apache.xbean.finder.ResourceFinder
Executes findAllStrings assuming the strings are the names of a classes that should be loaded and returned.
findAllImplementations(Class<T>) - Method in class org.apache.xbean.finder.ResourceFinder
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
findAllProperties(String) - Method in class org.apache.xbean.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
findAllStrings(String) - Method in class org.apache.xbean.finder.ResourceFinder
Reads the contents of the found URLs as a list of String's and returns them.
findAnnotatedClasses(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findAnnotatedClasses(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedClasses(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findAnnotatedConstructorParameters(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedConstructors(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findAnnotatedConstructors(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedConstructors(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findAnnotatedFields(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findAnnotatedFields(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedFields(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findAnnotatedMethodParameters(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedMethods(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findAnnotatedMethods(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findAnnotatedPackages(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findAnnotatedPackages(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findAnnotatedPackages(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findAvailableClasses(String) - Method in class org.apache.xbean.finder.ResourceFinder
Executes findAvailableStrings assuming the strings are the names of a classes that should be loaded and returned.
findAvailableImplementations(Class<T>) - Method in class org.apache.xbean.finder.ResourceFinder
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
findAvailableProperties(String) - Method in class org.apache.xbean.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
findAvailableStrings(String) - Method in class org.apache.xbean.finder.ResourceFinder
Reads the contents of the found URLs as a Strings and returns them.
findClass(String) - Method in class org.apache.xbean.finder.ResourceFinder
Executes ResourceFinder.findString(String) assuming the contents URL found is the name of a class that should be loaded and returned.
findClassesInPackage(String, boolean) - Method in class org.apache.xbean.finder.AbstractFinder
 
findClassesInPackage(String, boolean) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findClassesInPackage(String, boolean) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findImplementation(Class<?>) - Method in class org.apache.xbean.finder.ResourceFinder
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
findImplementations(Class<T>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findImplementations(Class<T>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findImplementations(Class<T>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findInheritedAnnotatedClasses(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
Naive implementation - works extremelly slow O(n^3)
findInheritedAnnotatedClasses(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
Naive implementation - works extremelly slow O(n^3)
findInheritedAnnotatedClasses(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findMetaAnnotatedClasses(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findMetaAnnotatedClasses(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findMetaAnnotatedClasses(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findMetaAnnotatedFields(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findMetaAnnotatedFields(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findMetaAnnotatedFields(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findMetaAnnotatedMethods(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findMetaAnnotatedMethods(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findMetaAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findProperties(String) - Method in class org.apache.xbean.finder.ResourceFinder
Finds the corresponding resource and reads it in as a properties file
findString(String) - Method in class org.apache.xbean.finder.ResourceFinder
Reads the contents of the URL as a String's and returns it.
findSubclasses(Class<T>) - Method in class org.apache.xbean.finder.AbstractFinder
 
findSubclasses(Class<T>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
findSubclasses(Class<T>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
findUrlFromResources(ClassLoader) - Static method in class org.apache.xbean.finder.ClassLoaders
 
findUrls(ClassLoader) - Static method in class org.apache.xbean.finder.ClassLoaders
 
forName(String) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
forName(String, boolean, ClassLoader) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
forName(String, ClassLoader) - Static method in class org.apache.xbean.finder.util.Classes
 

G

get() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
get() - Method in class org.apache.xbean.finder.AbstractFinder.PackageInfo
 
get() - Method in interface org.apache.xbean.finder.Annotated
 
get() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
get() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
get() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
get() - Method in class org.apache.xbean.finder.AnnotationFinder.PackageInfo
 
get() - Method in class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
get() - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
get() - Method in class org.apache.xbean.finder.MetaAnnotation
 
get(int) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
getAnnotatedClassNames() - Method in class org.apache.xbean.finder.AbstractFinder
 
getAnnotatedClassNames() - Method in class org.apache.xbean.finder.AnnotationFinder
 
getAnnotatedClassNames() - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
getAnnotation(Class<T>) - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
getAnnotation(Class<T>) - Method in class org.apache.xbean.finder.Parameter
 
getAnnotationInfos(String) - Method in class org.apache.xbean.finder.AbstractFinder
 
getAnnotationInfos(String) - Method in class org.apache.xbean.finder.AnnotationFinder
 
getAnnotations() - Method in class org.apache.xbean.finder.AbstractFinder.Annotatable
 
getAnnotations() - Method in interface org.apache.xbean.finder.AbstractFinder.Info
 
getAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder.Annotatable
 
getAnnotations() - Method in interface org.apache.xbean.finder.AnnotationFinder.Info
 
getAnnotations() - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
getAnnotations() - Method in class org.apache.xbean.finder.Parameter
 
getArchive() - Method in class org.apache.xbean.finder.AnnotationFinder
 
getBytecode() - Method in class org.apache.xbean.finder.AnnotationFinder.SubArchive.E
 
getBytecode() - Method in interface org.apache.xbean.finder.archive.Archive.Entry
 
getBytecode(String) - Method in class org.apache.xbean.finder.AnnotationFinder.SubArchive
 
getBytecode(String) - Method in interface org.apache.xbean.finder.archive.Archive
 
getBytecode(String) - Method in class org.apache.xbean.finder.archive.ClassesArchive
 
getBytecode(String) - Method in class org.apache.xbean.finder.archive.ClasspathArchive
 
getBytecode(String) - Method in class org.apache.xbean.finder.archive.CompositeArchive
 
getBytecode(String) - Method in class org.apache.xbean.finder.archive.FileArchive
 
getBytecode(String) - Method in class org.apache.xbean.finder.archive.FilteredArchive
 
getBytecode(String) - Method in class org.apache.xbean.finder.archive.JarArchive
 
getCanonicalName() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getClasses() - Method in class org.apache.xbean.finder.archive.MJarSupport
 
getClasses() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getClassesNotLoaded() - Method in class org.apache.xbean.finder.AbstractFinder
Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
getClassesNotLoaded() - Method in class org.apache.xbean.finder.AnnotationFinder
Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
getClassesNotLoaded() - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
getClassLoader() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getComponentType() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getConflicts() - Method in class org.apache.xbean.finder.MetaAnnotation
 
getConstructor(Class<?>...) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getConstructors() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getConstructors() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getConstructors() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder.Annotatable
 
getDeclaredAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
getDeclaredAnnotations() - Method in interface org.apache.xbean.finder.AnnotationFinder.Info
 
getDeclaredAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getDeclaredAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
getDeclaredAnnotations() - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
getDeclaredAnnotations() - Method in class org.apache.xbean.finder.Parameter
 
getDeclaredClasses() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredConstructor(Class<?>...) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredConstructors() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredField(String) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredFields() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredMethod(String, Class<?>...) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaredMethods() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaringClass() - Method in class org.apache.xbean.finder.AbstractFinder.FieldInfo
 
getDeclaringClass() - Method in class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
getDeclaringClass() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
getDeclaringClass() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getDeclaringClass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getDeclaringClass() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getDeclaringClass() - Method in class org.apache.xbean.finder.MetaAnnotatedField
 
getDeclaringClass() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getDeclaringExecutable() - Method in class org.apache.xbean.finder.Parameter
 
getDeclaringMethod() - Method in class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
getDepth() - Method in class org.apache.xbean.finder.MetaAnnotation
 
getDescriptor() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getDir() - Method in class org.apache.xbean.finder.archive.FileArchive
 
getEnclosingClass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getEnclosingConstructor() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getEnclosingMethod() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getEnumConstants() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getExceptionTypes() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
getExceptionTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getExceptionTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getField(String) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getFields() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getFields() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getFields() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getFilters() - Method in class org.apache.xbean.finder.filter.FilterList
 
getGenericExceptionTypes() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
getGenericExceptionTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getGenericExceptionTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getGenericInterfaces() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getGenericParameterTypes() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
getGenericParameterTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getGenericParameterTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getGenericSuperclass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getIndex() - Method in class org.apache.xbean.finder.Parameter
 
getInfo() - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
getInterfaces() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getInterfaces() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getInterfaces() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getMetaAnnotationName() - Method in class org.apache.xbean.finder.AnnotationFinder.Annotatable
 
getMetaAnnotationName() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getMetaAnnotationName() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
getMetaAnnotationName() - Method in interface org.apache.xbean.finder.AnnotationFinder.Info
 
getMetaAnnotationName() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getMetaAnnotations() - Method in interface org.apache.xbean.finder.MetaAnnotated
 
getMetaAnnotations() - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
getMethod(String, Class<?>...) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getMethods() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getMethods() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getMethods() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getModifiers() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getModifiers() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getModifiers() - Method in class org.apache.xbean.finder.MetaAnnotatedField
 
getModifiers() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getName() - Method in class org.apache.xbean.finder.AbstractFinder.AnnotationInfo
 
getName() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getName() - Method in class org.apache.xbean.finder.AbstractFinder.FieldInfo
 
getName() - Method in interface org.apache.xbean.finder.AbstractFinder.Info
 
getName() - Method in class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
getName() - Method in class org.apache.xbean.finder.AbstractFinder.PackageInfo
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.AnnotationInfo
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
getName() - Method in interface org.apache.xbean.finder.AnnotationFinder.Info
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.PackageInfo
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
getName() - Method in class org.apache.xbean.finder.AnnotationFinder.SubArchive.E
 
getName() - Method in interface org.apache.xbean.finder.archive.Archive.Entry
 
getName() - Method in class org.apache.xbean.finder.filter.ClassFilter
 
getName() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getName() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getName() - Method in class org.apache.xbean.finder.MetaAnnotatedField
 
getName() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getPackage() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getPackageName() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getPackageName() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getPackageName() - Method in class org.apache.xbean.finder.filter.PackageFilter
 
getParameterAnnotations() - Method in class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
getParameterAnnotations() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
getParameterAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getParameterAnnotations() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getParameterAnnotations() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getParameterAnnotations() - Method in class org.apache.xbean.finder.Parameter
 
getParameterAnnotations(int) - Method in class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
getParameterAnnotations(int) - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getParameters() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
getParameterTypes() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
getParameterTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
getParameterTypes() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
getPath() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getPath() - Method in class org.apache.xbean.finder.archive.MJarSupport.Clazz
 
getPattern() - Method in class org.apache.xbean.finder.filter.PatternFilter
 
getPrefix() - Method in class org.apache.xbean.finder.filter.PrefixFilter
 
getProtectionDomain() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getResource(String) - Method in class org.apache.xbean.finder.AbstractFinder
 
getResource(String) - Method in class org.apache.xbean.finder.ClassFinder
 
getResource(String) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getResource(String) - Method in class org.apache.xbean.finder.ResourceFinder
 
getResourceAsStream(String) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getResourcesMap(String) - Method in class org.apache.xbean.finder.ResourceFinder
 
getResourcesNotLoaded() - Method in class org.apache.xbean.finder.ResourceFinder
Returns a list of resources that could not be loaded in the last invoked findAvailable* or mapAvailable* methods.
getReturnType() - Method in class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
getSigners() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getSimpleName() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getSimpleNames(Class...) - Static method in class org.apache.xbean.finder.util.Classes
 
getSuffix() - Method in class org.apache.xbean.finder.filter.SuffixFilter
 
getSuperclass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getSuperType() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
getSuperType() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
getToken() - Method in class org.apache.xbean.finder.filter.ContainsFilter
 
getType() - Method in class org.apache.xbean.finder.AbstractFinder.FieldInfo
 
getType() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
getTypeParameters() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
getURIs() - Method in class org.apache.xbean.finder.UriSet
 
getUrl() - Method in class org.apache.xbean.finder.archive.JarArchive
 
getUrls() - Method in class org.apache.xbean.finder.UrlSet
 

H

hashCode() - Method in class org.apache.xbean.finder.AbstractFinder.PackageInfo
 
hashCode() - Method in class org.apache.xbean.finder.AnnotationFinder.PackageInfo
 
hashCode() - Method in class org.apache.xbean.finder.filter.ClassFilter
 
hashCode() - Method in class org.apache.xbean.finder.filter.ContainsFilter
 
hashCode() - Method in class org.apache.xbean.finder.filter.PackageFilter
 
hashCode() - Method in class org.apache.xbean.finder.filter.PatternFilter
 
hashCode() - Method in class org.apache.xbean.finder.filter.PrefixFilter
 
hashCode() - Method in class org.apache.xbean.finder.filter.SuffixFilter
 
hashCode() - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
hashCode() - Method in class org.apache.xbean.finder.Parameter
 
hasMetaAnnotations() - Method in class org.apache.xbean.finder.AnnotationFinder
 
hasNext() - Method in class org.apache.xbean.finder.archive.ArchiveIterator
 

I

IAnnotationFinder - Interface in org.apache.xbean.finder
Temporary interface to bridge the gap between the two finder impls
include(String) - Method in class org.apache.xbean.finder.UriSet
 
include(URI) - Method in class org.apache.xbean.finder.UriSet
 
include(URL) - Method in class org.apache.xbean.finder.UrlSet
 
include(UriSet) - Method in class org.apache.xbean.finder.UriSet
 
include(UrlSet) - Method in class org.apache.xbean.finder.UrlSet
 
IncludeExcludeFilter - Class in org.apache.xbean.finder.filter
First, all Include directives are evaluated; at least one must match, or the className is rejected.
IncludeExcludeFilter(Filter, Filter) - Constructor for class org.apache.xbean.finder.filter.IncludeExcludeFilter
 
indexOf(Object) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
InfoBuildingVisitor() - Constructor for class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
InfoBuildingVisitor(String) - Constructor for class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
InfoBuildingVisitor(AbstractFinder.Info) - Constructor for class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
InfoBuildingVisitor(AnnotationFinder.Info) - Constructor for class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
initAnnotationInfos(String) - Method in class org.apache.xbean.finder.AnnotationFinder
 
invert(Filter) - Static method in class org.apache.xbean.finder.filter.Filters
Will invert the meaning of this filter by wrapping it with a filter that negates the return of the accept method.
isAnnotation() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
isAnnotation() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AbstractFinder
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.apache.xbean.finder.IAnnotationFinder
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.apache.xbean.finder.Parameter
 
isAnonymousClass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isArray() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isAssignableFrom(Class<?>) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isConstructor() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
isEmpty() - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
isEnum() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isInstance(Object) - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isInterface() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isJvm(String) - Method in class org.apache.xbean.finder.AnnotationFinder
 
isLocalClass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isMemberClass() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isMjar() - Method in class org.apache.xbean.finder.archive.MJarSupport
 
isNative(URL) - Static method in class org.apache.xbean.finder.ClassLoaders
 
isOsx() - Method in class org.apache.xbean.finder.UrlSet
 
isPrimitive() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isSynthetic() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
isSynthetic() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
isSynthetic() - Method in class org.apache.xbean.finder.MetaAnnotatedField
 
isSynthetic() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
isTracked(String) - Method in class org.apache.xbean.finder.AnnotationFinder
 
isVarArgs() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
isVarArgs() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
isVarArgs() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
iterator() - Method in class org.apache.xbean.finder.AnnotationFinder.SubArchive
 
iterator() - Method in class org.apache.xbean.finder.archive.ClassesArchive
 
iterator() - Method in class org.apache.xbean.finder.archive.CompositeArchive
 
iterator() - Method in class org.apache.xbean.finder.archive.FileArchive
 
iterator() - Method in class org.apache.xbean.finder.archive.FilteredArchive
 
iterator() - Method in class org.apache.xbean.finder.archive.JarArchive
 
iterator() - Method in class org.apache.xbean.finder.UriSet
 
iterator() - Method in class org.apache.xbean.finder.UrlSet
 
iterator() - Method in class org.apache.xbean.finder.util.SingleLinkedList
 

J

JarArchive - Class in org.apache.xbean.finder.archive
 
JarArchive(ClassLoader, URL) - Constructor for class org.apache.xbean.finder.archive.JarArchive
 

L

lastIndexOf(Object) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
link() - Method in class org.apache.xbean.finder.AbstractFinder
The link() method must be called to successfully use the findSubclasses and findImplementations methods
link() - Method in class org.apache.xbean.finder.AnnotationFinder
The link() method must be called to successfully use the findSubclasses and findImplementations methods
linkInterfaces(AnnotationFinder.ClassInfo) - Method in class org.apache.xbean.finder.AnnotationFinder
 
linkParent(AnnotationFinder.ClassInfo) - Method in class org.apache.xbean.finder.AnnotationFinder
 
listIterator() - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
listIterator(int) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
load(InputStream) - Method in class org.apache.xbean.finder.archive.MJarSupport
 
load(Manifest) - Method in class org.apache.xbean.finder.archive.MJarSupport
 
loadClass(String) - Method in class org.apache.xbean.finder.AbstractFinder
 
loadClass(String) - Method in class org.apache.xbean.finder.AnnotationFinder.SubArchive
 
loadClass(String) - Method in interface org.apache.xbean.finder.archive.Archive
 
loadClass(String) - Method in class org.apache.xbean.finder.archive.ClassesArchive
 
loadClass(String) - Method in class org.apache.xbean.finder.archive.ClasspathArchive
 
loadClass(String) - Method in class org.apache.xbean.finder.archive.CompositeArchive
 
loadClass(String) - Method in class org.apache.xbean.finder.archive.FileArchive
 
loadClass(String) - Method in class org.apache.xbean.finder.archive.FilteredArchive
 
loadClass(String) - Method in class org.apache.xbean.finder.archive.JarArchive
 
loadClass(String) - Method in class org.apache.xbean.finder.ClassFinder
 

M

mapAllClasses(String) - Method in class org.apache.xbean.finder.ResourceFinder
Executes mapAllStrings assuming the value of each entry in the map is the name of a class that should be loaded.
mapAllImplementations(Class<T>) - Method in class org.apache.xbean.finder.ResourceFinder
Assumes the class specified points to a directory in the classpath that holds files containing the name of a class that implements or is a subclass of the specfied class.
mapAllProperties(String) - Method in class org.apache.xbean.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
mapAllStrings(String) - Method in class org.apache.xbean.finder.ResourceFinder
Reads the contents of all non-directory URLs immediately under the specified location and returns them in a map keyed by the file name.
mapAvailableClasses(String) - Method in class org.apache.xbean.finder.ResourceFinder
Executes mapAvailableStrings assuming the value of each entry in the map is the name of a class that should be loaded.
mapAvailableImplementations(Class<T>) - Method in class org.apache.xbean.finder.ResourceFinder
Assumes the class specified points to a directory in the classpath that holds files containing the name of a class that implements or is a subclass of the specfied class.
mapAvailableProperties(String) - Method in class org.apache.xbean.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
mapAvailableStrings(String) - Method in class org.apache.xbean.finder.ResourceFinder
Reads the contents of all non-directory URLs immediately under the specified location and returns them in a map keyed by the file name.
matching(String) - Method in class org.apache.xbean.finder.UriSet
 
matching(String) - Method in class org.apache.xbean.finder.UrlSet
 
MetaAnnotated<T> - Interface in org.apache.xbean.finder
 
MetaAnnotatedClass<T> - Class in org.apache.xbean.finder
 
MetaAnnotatedClass(Class<T>) - Constructor for class org.apache.xbean.finder.MetaAnnotatedClass
 
MetaAnnotatedConstructor<T> - Class in org.apache.xbean.finder
 
MetaAnnotatedConstructor(Constructor<T>) - Constructor for class org.apache.xbean.finder.MetaAnnotatedConstructor
 
MetaAnnotatedElement<T extends java.lang.reflect.AnnotatedElement> - Class in org.apache.xbean.finder
 
MetaAnnotatedElement(T) - Constructor for class org.apache.xbean.finder.MetaAnnotatedElement
 
MetaAnnotatedField - Class in org.apache.xbean.finder
 
MetaAnnotatedField(Field) - Constructor for class org.apache.xbean.finder.MetaAnnotatedField
 
MetaAnnotatedMethod - Class in org.apache.xbean.finder
 
MetaAnnotatedMethod(Method) - Constructor for class org.apache.xbean.finder.MetaAnnotatedMethod
 
MetaAnnotation<T extends java.lang.annotation.Annotation> - Class in org.apache.xbean.finder
 
MethodInfo(AbstractFinder.ClassInfo, Constructor) - Constructor for class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
MethodInfo(AbstractFinder.ClassInfo, Method) - Constructor for class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
MethodInfo(AbstractFinder.ClassInfo, String, String) - Constructor for class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
MethodInfo(AnnotationFinder.ClassInfo, Constructor) - Constructor for class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
MethodInfo(AnnotationFinder.ClassInfo, Method) - Constructor for class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
MethodInfo(AnnotationFinder.ClassInfo, String, String) - Constructor for class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
MJarSupport - Class in org.apache.xbean.finder.archive
 
MJarSupport() - Constructor for class org.apache.xbean.finder.archive.MJarSupport
 
MJarSupport.Clazz - Class in org.apache.xbean.finder.archive
 

N

newAnnotatedMap() - Method in class org.apache.xbean.finder.AnnotationFinder
 
newClassInfoMap() - Method in class org.apache.xbean.finder.AnnotationFinder
 
newInstance() - Method in class org.apache.xbean.finder.MetaAnnotatedClass
 
next() - Method in class org.apache.xbean.finder.archive.ArchiveIterator
 

O

optimize(List<Filter>...) - Static method in class org.apache.xbean.finder.filter.Filters
 
optimize(Filter...) - Static method in class org.apache.xbean.finder.filter.Filters
 
org.apache.xbean.finder - package org.apache.xbean.finder
 
org.apache.xbean.finder.archive - package org.apache.xbean.finder.archive
 
org.apache.xbean.finder.filter - package org.apache.xbean.finder.filter
 
org.apache.xbean.finder.util - package org.apache.xbean.finder.util
 
originalInfos - Variable in class org.apache.xbean.finder.AbstractFinder
 
originalInfos - Variable in class org.apache.xbean.finder.AnnotationFinder
 

P

PackageFilter - Class in org.apache.xbean.finder.filter
 
PackageFilter(String) - Constructor for class org.apache.xbean.finder.filter.PackageFilter
 
PackageInfo(Package) - Constructor for class org.apache.xbean.finder.AbstractFinder.PackageInfo
 
PackageInfo(Package) - Constructor for class org.apache.xbean.finder.AnnotationFinder.PackageInfo
 
PackageInfo(String) - Constructor for class org.apache.xbean.finder.AbstractFinder.PackageInfo
 
PackageInfo(String) - Constructor for class org.apache.xbean.finder.AnnotationFinder.PackageInfo
 
packageName(Class) - Static method in class org.apache.xbean.finder.util.Classes
 
packageName(String) - Static method in class org.apache.xbean.finder.util.Classes
 
packages(String...) - Static method in class org.apache.xbean.finder.filter.Filters
 
Parameter<E extends java.lang.reflect.Member> - Class in org.apache.xbean.finder
 
ParameterInfo(AnnotationFinder.MethodInfo, int) - Constructor for class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
ParameterInfo(AnnotationFinder.MethodInfo, Parameter<?>) - Constructor for class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
PatternFilter - Class in org.apache.xbean.finder.filter
 
PatternFilter(String) - Constructor for class org.apache.xbean.finder.filter.PatternFilter
 
PatternFilter(Pattern) - Constructor for class org.apache.xbean.finder.filter.PatternFilter
 
patterns(String...) - Static method in class org.apache.xbean.finder.filter.Filters
 
prefixes(String...) - Static method in class org.apache.xbean.finder.filter.Filters
 
PrefixFilter - Class in org.apache.xbean.finder.filter
 
PrefixFilter(String) - Constructor for class org.apache.xbean.finder.filter.PrefixFilter
 

R

readClassDef(InputStream) - Method in class org.apache.xbean.finder.AbstractFinder
 
readClassDef(InputStream, String) - Method in class org.apache.xbean.finder.AbstractFinder
 
readClassDef(Class) - Method in class org.apache.xbean.finder.AbstractFinder
 
readClassDef(Class) - Method in class org.apache.xbean.finder.AnnotationFinder
 
readClassDef(String) - Method in class org.apache.xbean.finder.AbstractFinder
 
readClassDef(String) - Method in class org.apache.xbean.finder.AnnotationFinder
 
readClassDef(String, InputStream) - Method in class org.apache.xbean.finder.AnnotationFinder
 
relative(File) - Method in class org.apache.xbean.finder.UriSet
 
relative(File) - Method in class org.apache.xbean.finder.UrlSet
 
remove() - Method in class org.apache.xbean.finder.archive.ArchiveIterator
 
remove(int) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
remove(Object) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
removeAll(Collection<?>) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
ResourceFinder - Class in org.apache.xbean.finder
 
ResourceFinder(String) - Constructor for class org.apache.xbean.finder.ResourceFinder
 
ResourceFinder(String, ClassLoader) - Constructor for class org.apache.xbean.finder.ResourceFinder
 
ResourceFinder(String, ClassLoader, URL...) - Constructor for class org.apache.xbean.finder.ResourceFinder
 
ResourceFinder(String, URL...) - Constructor for class org.apache.xbean.finder.ResourceFinder
 
ResourceFinder(URL...) - Constructor for class org.apache.xbean.finder.ResourceFinder
 
retainAll(Collection<?>) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 

S

select(Class<?>...) - Method in class org.apache.xbean.finder.AnnotationFinder
 
select(Iterable<String>) - Method in class org.apache.xbean.finder.AnnotationFinder
 
select(String...) - Method in class org.apache.xbean.finder.AnnotationFinder
 
set(int, E) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
SingleLinkedList<E> - Class in org.apache.xbean.finder.util
 
SingleLinkedList() - Constructor for class org.apache.xbean.finder.util.SingleLinkedList
 
size() - Method in class org.apache.xbean.finder.UriSet
 
size() - Method in class org.apache.xbean.finder.UrlSet
 
size() - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
SubArchive(Iterable<String>) - Constructor for class org.apache.xbean.finder.AnnotationFinder.SubArchive
 
SubArchive(String...) - Constructor for class org.apache.xbean.finder.AnnotationFinder.SubArchive
 
subList(int, int) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
suffixes(String...) - Static method in class org.apache.xbean.finder.filter.Filters
 
SuffixFilter - Class in org.apache.xbean.finder.filter
 
SuffixFilter(String) - Constructor for class org.apache.xbean.finder.filter.SuffixFilter
 

T

target - Variable in class org.apache.xbean.finder.MetaAnnotatedElement
 
toArray() - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
toArray(T[]) - Method in class org.apache.xbean.finder.util.SingleLinkedList
 
toFile(URL) - Static method in class org.apache.xbean.finder.util.Files
 
toGenericString() - Method in interface org.apache.xbean.finder.AnnotatedMethod
 
toGenericString() - Method in class org.apache.xbean.finder.MetaAnnotatedConstructor
 
toGenericString() - Method in class org.apache.xbean.finder.MetaAnnotatedMethod
 
tokens(String...) - Static method in class org.apache.xbean.finder.filter.Filters
 
toString() - Method in class org.apache.xbean.finder.AbstractFinder.AnnotationInfo
 
toString() - Method in class org.apache.xbean.finder.AbstractFinder.ClassInfo
 
toString() - Method in class org.apache.xbean.finder.AbstractFinder.FieldInfo
 
toString() - Method in class org.apache.xbean.finder.AbstractFinder.MethodInfo
 
toString() - Method in class org.apache.xbean.finder.AnnotationFinder.AnnotationInfo
 
toString() - Method in class org.apache.xbean.finder.AnnotationFinder.ClassInfo
 
toString() - Method in class org.apache.xbean.finder.AnnotationFinder.FieldInfo
 
toString() - Method in class org.apache.xbean.finder.AnnotationFinder.MethodInfo
 
toString() - Method in class org.apache.xbean.finder.AnnotationFinder.ParameterInfo
 
toString() - Method in class org.apache.xbean.finder.filter.ClassFilter
 
toString() - Method in class org.apache.xbean.finder.filter.ContainsFilter
 
toString() - Method in class org.apache.xbean.finder.filter.ExcludeIncludeFilter
 
toString() - Method in class org.apache.xbean.finder.filter.FilterList
 
toString() - Method in class org.apache.xbean.finder.filter.IncludeExcludeFilter
 
toString() - Method in class org.apache.xbean.finder.filter.PackageFilter
 
toString() - Method in class org.apache.xbean.finder.filter.PatternFilter
 
toString() - Method in class org.apache.xbean.finder.filter.PrefixFilter
 
toString() - Method in class org.apache.xbean.finder.filter.SuffixFilter
 
toString() - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
toString() - Method in class org.apache.xbean.finder.Parameter
 
toString() - Method in class org.apache.xbean.finder.UriSet
 
toString() - Method in class org.apache.xbean.finder.UrlSet
 

U

unroll(Annotation[]) - Static method in class org.apache.xbean.finder.MetaAnnotatedElement
 
unroll(AnnotatedElement) - Static method in class org.apache.xbean.finder.MetaAnnotatedElement
 
unrollParameters(Annotation[][]) - Method in class org.apache.xbean.finder.MetaAnnotatedElement
 
UriSet - Class in org.apache.xbean.finder
 
UriSet(URI...) - Constructor for class org.apache.xbean.finder.UriSet
 
UriSet(Collection<URI>) - Constructor for class org.apache.xbean.finder.UriSet
 
UrlSet - Class in org.apache.xbean.finder
 
UrlSet(ClassLoader) - Constructor for class org.apache.xbean.finder.UrlSet
 
UrlSet(URL...) - Constructor for class org.apache.xbean.finder.UrlSet
 
UrlSet(Collection<URL>) - Constructor for class org.apache.xbean.finder.UrlSet
Ignores all URLs that are not "jar" or "file"

V

visit(int, int, String, String, String, String[]) - Method in class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visit(String) - Method in class org.apache.xbean.finder.archive.MJarSupport
 
visitAnnotation(String, boolean) - Method in class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
visitAnnotation(String, boolean) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visitAttribute(Attribute) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visitEnd() - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visitField(int, String, String, String, Object) - Method in class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
visitField(int, String, String, String, Object) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 
visitMethodParameterAnnotation(int, String, boolean) - Method in class org.apache.xbean.finder.AbstractFinder.InfoBuildingVisitor
 
visitMethodParameterAnnotation(int, String, boolean) - Method in class org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor
 

_

_iterator() - Method in class org.apache.xbean.finder.archive.FileArchive
 
A C D E F G H I J L M N O P R S T U V _ 
All Classes All Packages