Uses of Class
org.eclipse.search.core.text.TextSearchScope
Package
Description
Classes giving access to the file (text) search functionality.
Provides the base classes to implement a search result view part for searches with textual matches.
-
Uses of TextSearchScope in org.eclipse.search.core.text
Modifier and TypeMethodDescriptionstatic TextSearchScope
TextSearchScope.newSearchScope
(IResource[] rootResources, Pattern fileNamePattern, boolean visitDerivedResources) Creates a scope that consists of all files that match thefileNamePattern
and that either are one of the roots, or have one of the roots in their parent chain.Modifier and TypeMethodDescriptionabstract 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. -
Uses of TextSearchScope in org.eclipse.search.ui.text
Modifier and TypeClassDescriptionfinal class
A text search scope used by the file search dialog.