public interface UriSchemeScanner
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getSchemes()
Get the set of supported URI schemes.
|
void |
scan(java.net.URI u,
ScannerListener sl)
Perform a scan and report resources to a scanning listener.
|
java.util.Set<java.lang.String> getSchemes()
void scan(java.net.URI u,
ScannerListener sl)
throws ScannerException
u - the URI to scan for resources.sl - the scanning listener to report entries.ScannerException - if an error occured while scanning.Copyright © 2016 Oracle Corporation. All Rights Reserved.