Class FileSearcher.SearchOptions

java.lang.Object
com.mku.fs.drive.utils.FileSearcher.SearchOptions
Enclosing class:
FileSearcher

public static class FileSearcher.SearchOptions extends Object
Search options
  • Field Details

    • anyTerm

      public boolean anyTerm
      True to search for any term, otherwise match all
    • onResultFound

      public Consumer<IVirtualFile> onResultFound
      Callback when result found
    • onSearchEvent

      public Consumer<FileSearcher.SearchEvent> onSearchEvent
      Callback when search event happens.
  • Constructor Details

    • SearchOptions

      public SearchOptions()