Uses of Interface
com.sun.jersey.core.spi.scanning.Scanner

Packages that use Scanner
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.core.spi.scanning Provides support for class scanning. 
com.sun.jersey.spi.scanning Provides support for server-side class scanning. 
 

Uses of Scanner in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core with parameters of type Scanner
 void ScanningResourceConfig.init(Scanner scanner)
          Initialize and scan for root resource and provider classes using a scanner.
 

Uses of Scanner in com.sun.jersey.core.spi.scanning
 

Classes in com.sun.jersey.core.spi.scanning that implement Scanner
 class FilesScanner
          A scanner that recursively scans directories and jar files.
 class PackageNamesScanner
          A scanner that recursively scans URI-based resources present in a set of package names, and sub-package names of that set.
 

Uses of Scanner in com.sun.jersey.spi.scanning
 

Classes in com.sun.jersey.spi.scanning that implement Scanner
 class WebAppResourcesScanner
          A scanner that recursively scans resources within a Web application.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.