Package | Description |
---|---|
org.eclipse.search.core.text |
Classes giving access to the file (text) search functionality.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileTextSearchScope
A text search scope used by the file search dialog.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.