Package com.mku.fs.drive.utils
Class FileSearcher.SearchOptions
java.lang.Object
com.mku.fs.drive.utils.FileSearcher.SearchOptions
- Enclosing class:
- FileSearcher
Search options
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue to search for any term, otherwise match allCallback when result foundCallback when search event happens. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
anyTerm
public boolean anyTermTrue to search for any term, otherwise match all -
onResultFound
Callback when result found -
onSearchEvent
Callback when search event happens.
-
-
Constructor Details
-
SearchOptions
public SearchOptions()
-