Package | Description |
---|---|
org.eclipse.search.core.text |
Classes giving access to the file (text) search functionality.
|
Modifier and Type | Method and 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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.