Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.search.core.text.TextSearchScope

Packages that use TextSearchScope
org.eclipse.search.core.text Classes giving access to the file (text) search functionality. 
 

Uses of TextSearchScope in org.eclipse.search.core.text
 

Methods in org.eclipse.search.core.text that return TextSearchScope
static TextSearchScope TextSearchScope.newSearchScope(IResource[] rootResources, Pattern fileNamePattern, boolean visitDerivedResources)
          Creates a scope that consists of all files that match the fileNamePattern and that either are one of the roots, or have one of the roots in their parent chain.
 

Methods in org.eclipse.search.core.text with parameters of type TextSearchScope
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.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.