public abstract class AbstractSearchProcessor extends Object
Constructor and Description |
---|
AbstractSearchProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract ISearchResult[] |
postSearch(String query,
ISearchResult[] results)
This method is called after the search is performed.
|
abstract SearchProcessorInfo |
preSearch(String query)
This method is called before the search is performed.
|
public abstract SearchProcessorInfo preSearch(String query)
SearchProcessorInfo
for types of information that can be used by
the search display.SearchProcessorInfo
, or null
for no changes.public abstract ISearchResult[] postSearch(String query, ISearchResult[] results)
ISearchResult
[]
, or null
for no changes.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.