Uses of Class
org.eclipse.search.ui.text.FileTextSearchScope
Packages that use FileTextSearchScope
Package
Description
Provides the base classes to implement a search result view part for searches with textual matches.
-
Uses of FileTextSearchScope in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that return FileTextSearchScopeModifier and TypeMethodDescriptionabstract FileTextSearchScopeTextSearchQueryProvider.TextSearchInput.getScope()Returns the scope for the searchstatic FileTextSearchScopeFileTextSearchScope.newSearchScope(IResource[] roots, String[] fileNamePatterns, boolean includeDerived) Returns a scope for the given root resources.static FileTextSearchScopeFileTextSearchScope.newSearchScope(IWorkingSet[] workingSets, String[] fileNamePatterns, boolean includeDerived) Returns a scope for the given working sets.static FileTextSearchScopeFileTextSearchScope.newWorkspaceScope(String[] fileNamePatterns, boolean includeDerived) Returns a scope for the workspace.