public interface ISearchScopeFactory
Modifier and Type | Method and Description |
---|---|
ISearchScope |
createSearchScope(IPreferenceStore store,
String engineId,
Dictionary parameters)
Returns a new search scope object created from the data in the preference
store.
|
ISearchScope createSearchScope(IPreferenceStore store, String engineId, Dictionary parameters)
In cases where conflicting values can be found in the preference store and parameters, preference store should win i.e. parameters should be treated as default values only.
store
- the preference store that holds the scope dataengineId
- identifier of the engine instance that needs the scope object.parameters
- configuration parameters provided in the engine extension
point. They should be used as default values and preference
store values (if defined) should be given precedance.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.