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

Packages that use ScannerListener
com.sun.jersey.core.spi.scanning Provides support for class scanning. 
com.sun.jersey.core.spi.scanning.uri Provides support for package-based class scanning using URIs. 
com.sun.jersey.spi.scanning Provides support for server-side class scanning. 
 

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

Methods in com.sun.jersey.core.spi.scanning with parameters of type ScannerListener
static void JarFileScanner.scan(java.io.File f, java.lang.String parent, ScannerListener sl)
          Scan entries in a jar file.
static void JarFileScanner.scan(java.io.InputStream in, java.lang.String parent, ScannerListener sl)
          Scan entries in a jar file.
 void PackageNamesScanner.scan(ScannerListener cfl)
           
 void Scanner.scan(ScannerListener sl)
          Perform a scan and report resources to a scanning listener.
 void FilesScanner.scan(ScannerListener cfl)
           
 

Uses of ScannerListener in com.sun.jersey.core.spi.scanning.uri
 

Methods in com.sun.jersey.core.spi.scanning.uri with parameters of type ScannerListener
 void VfsSchemeScanner.scan(java.net.URI u, ScannerListener sl)
           
 void UriSchemeScanner.scan(java.net.URI u, ScannerListener sl)
          Perform a scan and report resources to a scanning listener.
 void FileSchemeScanner.scan(java.net.URI u, ScannerListener cfl)
           
 void JarZipSchemeScanner.scan(java.net.URI u, ScannerListener cfl)
           
 

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

Classes in com.sun.jersey.spi.scanning that implement ScannerListener
 class AnnotationScannerListener
          A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
 class PathProviderScannerListener
          An annotation-based scanning listener for classes annotated with Path or Provider.
 

Methods in com.sun.jersey.spi.scanning with parameters of type ScannerListener
 void WebAppResourcesScanner.scan(ScannerListener cfl)
           
 



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