org.openidex.util/3 3.34

org.openidex.search
Interface SearchInfo.Files

All Superinterfaces:
SearchInfo
Enclosing interface:
SearchInfo

public static interface SearchInfo.Files
extends SearchInfo

Additionally defines which FileObjects should be searched.

Since:
org.openidex.util/3 3.20

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

filesToSearch

Iterator<FileObject> filesToSearch()
Specifies which 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.

Returns:
iterator which iterates over FileObjects to be searched

org.openidex.util/3 3.34

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.