Interface SearchTask


  • public interface SearchTask
    Abstraction of search activity one could execute several times. It's distinct from IResultProvider being non-externalizable and unrestricted to use of SearchQuery. It is intended rather for customized tools that re-use 'Find Usages' presentation functionality, but generally provide search result by means other that Finder and SearchQuery. Use canExecute() and execute(ProgressMonitor).