public interface UriSchemeScanner
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSchemes()
Get the set of supported URI schemes.
|
void |
scan(URI u,
ScannerListener sl)
Perform a scan and report resources to a scanning listener.
|
Set<String> getSchemes()
void scan(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 © 2013 Oracle Corporation. All rights reserved.