Package | Description |
---|---|
org.eclipse.update.search |
Provides support for performing searches and filtering of features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IUpdateSearchResultCollectorFromMirror
Search results are collected by implementing this interface
and passing it to the search request.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSearchRequest.performSearch(IUpdateSearchResultCollector collector,
IProgressMonitor monitor)
Runs the search using the category and scope configured into
this request.
|
void |
IUpdateSearchQuery.run(ISite site,
String[] categoriesToSkip,
IUpdateSearchFilter filter,
IUpdateSearchResultCollector collector,
IProgressMonitor monitor)
Executes the query.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.