Package com.sun.jersey.core.spi.scanning

Provides support for class scanning.

See:
          Description

Interface Summary
Scanner An interface for scanning resources and reporting those resources to a scanning listener.
ScannerListener A listener for recieving events on resources from a Scanner.
 

Class Summary
FilesScanner A scanner that recursively scans directories and jar files.
JarFileScanner A utility class that scans entries in jar files.
PackageNamesScanner A scanner that recursively scans URI-based resources present in a set of package names, and sub-package names of that set.
PackageNamesScanner.ResourcesProvider Find resources with a given name and class loader.
 

Exception Summary
ScannerException An runtime exception that may be thrown when scanning.
 

Package com.sun.jersey.core.spi.scanning Description

Provides support for class scanning.



Copyright © 2010 Oracle Corporation. All Rights Reserved.