See: Description
| Interface | Description |
|---|---|
| ResourceProcessor |
Processes resources found by
ResourceFinder. |
| UriSchemeResourceFinderFactory |
An interface for scanning URI-based resources and reporting those resources
to a scanning listener.
|
| Class | Description |
|---|---|
| AnnotationAcceptingListener |
A scanner listener that processes Java class files (resource names
ending in ".class") annotated with one or more of a set of declared
annotations.
|
| BundleSchemeResourceFinderFactory |
Preparations for OSGi support.
|
| CompositeResourceFinder |
Stack of ResourceFinder instances. |
| FileSchemeResourceFinderFactory |
A "file" scheme URI scanner that recursively scans directories.
|
| FilesScanner |
A scanner that recursively scans directories and jar files.
|
| JarFileScanner |
A utility class that scans entries in jar files.
|
| JarZipSchemeResourceFinderFactory |
A "jar", "zip" and "wsjar" scheme URI scanner that recursively jar files.
|
| PackageNamesScanner |
A scanner that recursively scans URI-based resources present in a set of
package names, and nested package names of that set.
|
| PackageNamesScanner.ResourcesProvider |
Find resources with a given name and class loader.
|
| VfsSchemeResourceFinderFactory |
A JBoss-based "vfsfile", "vfs" and "vfszip" scheme URI scanner.
|
| VfsSchemeResourceFinderFactory.VfsResourceFinder |
| Exception | Description |
|---|---|
| ResourceFinderException |
An runtime exception that may be thrown when scanning.
|