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. 
 

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.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.