|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UriSchemeScanner
An interface for scanning URI-based resources and reporting those resources to a scanning listener.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||