Package | Description |
---|---|
org.eclipse.update.search |
Provides support for performing searches and filtering of features.
|
Modifier and Type | Class and Description |
---|---|
class |
BackLevelFilter
This class can be added to the update search request
to filter out features that are back-level (are
older or the same as the features already installed).
|
class |
BaseFilter
Base filter class
Note: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
|
class |
EnvironmentFilter
This class can be added to the update search request
to filter out features that do not match the current
environment settings.
|
class |
VersionedIdentifiersFilter
This class can be added to the update search request
to filter out features that are not part of the specified set.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSearchRequest.addFilter(IUpdateSearchFilter filter)
Adds a filter to this request.
|
void |
UpdateSearchRequest.removeFilter(IUpdateSearchFilter filter)
Removes the filter from 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.