|
org.openidex.util/3 3.34 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SearchInfo.Files
Additionally defines which FileObjects should be searched.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openidex.search.SearchInfo |
|---|
SearchInfo.Files |
| Method Summary | |
|---|---|
Iterator<FileObject> |
filesToSearch()
Specifies which FileObjects should be searched. |
| Methods inherited from interface org.openidex.search.SearchInfo |
|---|
canSearch, objectsToSearch |
| Method Detail |
|---|
Iterator<FileObject> filesToSearch()
FileObjects 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.
FileObjects
to be searched
|
org.openidex.util/3 3.34 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||