|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
public class FileSchemeScanner
A "file" scheme URI scanner that recursively scans directories.
Files are reported to a ScannerListener.
| Constructor Summary | |
|---|---|
FileSchemeScanner()
|
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getSchemes()
Get the set of supported URI schemes. |
void |
scan(java.net.URI u,
ScannerListener cfl)
Perform a scan and report resources to a scanning listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSchemeScanner()
| Method Detail |
|---|
public java.util.Set<java.lang.String> getSchemes()
UriSchemeScanner
getSchemes in interface UriSchemeScanner
public void scan(java.net.URI u,
ScannerListener cfl)
UriSchemeScanner
scan in interface UriSchemeScanneru - the URI to scan for resources.cfl - the scanning listener to report entries.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||