public static interface SearchInfo.Files extends SearchInfo
FileObject
s should be searched.SearchInfo.Files
Modifier and Type | Method and Description |
---|---|
Iterator<FileObject> |
filesToSearch()
Specifies which
FileObject s should be searched. |
canSearch, objectsToSearch
Iterator<FileObject> filesToSearch()
FileObject
s should be searched.
The returned Iterator
needn't implement method
remove()
(i.e. it may throw
UnsupportedOperationException
instead of actual
implementation).
If you implement this method, you usually do not need to implement
SearchInfo.objectsToSearch()
, i.e. SearchInfo.objectsToSearch()
can throw
UnsupportedOperationException
.
FileObject
s
to be searched