Interface SearchTask
- 
public interface SearchTaskAbstraction of search activity one could execute several times. It's distinct fromIResultProviderbeing non-externalizable and unrestricted to use ofSearchQuery. 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. UsecanExecute()andexecute(ProgressMonitor). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanExecute()SearchResultsexecute(ProgressMonitor progressMonitor) 
 - 
 
- 
- 
Method Detail
- 
canExecute
boolean canExecute()
 
- 
execute
SearchResults execute(ProgressMonitor progressMonitor)
 
 - 
 
 -