Uses of Class
org.eclipse.search.core.text.TextSearchRequestor
-
Packages that use TextSearchRequestor Package Description org.eclipse.search.core.text Classes giving access to the file (text) search functionality.
-
-
Uses of TextSearchRequestor in org.eclipse.search.core.text
Methods in org.eclipse.search.core.text with parameters of type TextSearchRequestor Modifier and Type Method Description abstract IStatus
TextSearchEngine. search(IFile[] scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor)
Uses a given search pattern to find matches in the content of workspace file resources.abstract IStatus
TextSearchEngine. search(TextSearchScope scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor)
Uses a given search pattern to find matches in the content of workspace file resources.
-