|
||||||||||
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 | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |