Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Scanner.scan(ScannerListener sl)
Perform a scan and report resources to a scanning listener.
|
Modifier and Type | Method and Description |
---|---|
void |
UriSchemeScanner.scan(java.net.URI u,
ScannerListener sl)
Perform a scan and report resources to a scanning listener.
|
void |
BundleSchemeScanner.scan(java.net.URI u,
ScannerListener sl) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.