Uses of Class
com.biglybt.core.metasearch.impl.MetaSearchImpl
Packages that use MetaSearchImpl
Package
Description
-
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl
Fields in com.biglybt.core.metasearch.impl declared as MetaSearchImplModifier and TypeFieldDescriptionprivate MetaSearchImpl
EngineImpl.meta_search
private MetaSearchImpl
MetaSearchManagerImpl.meta_search
Methods in com.biglybt.core.metasearch.impl that return MetaSearchImplMethods in com.biglybt.core.metasearch.impl with parameters of type MetaSearchImplModifier and TypeMethodDescriptionprotected static EngineImpl
EngineImpl.importFromBEncodedMap
(MetaSearchImpl meta_search, Map map) static Engine
EngineImpl.importFromJSONString
(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, String content) Constructors in com.biglybt.core.metasearch.impl with parameters of type MetaSearchImplModifierConstructorDescriptionprotected
EngineImpl
(MetaSearchImpl _meta_search, int _type, long _id, long _last_updated, float _rank_bias, String _name) protected
EngineImpl
(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, JSONObject map) protected
EngineImpl
(MetaSearchImpl _meta_search, Map map) -
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.plugin
Methods in com.biglybt.core.metasearch.impl.plugin with parameters of type MetaSearchImplModifier and TypeMethodDescriptionstatic EngineImpl
PluginEngine.importFromBEncodedMap
(MetaSearchImpl meta_search, Map map) Constructors in com.biglybt.core.metasearch.impl.plugin with parameters of type MetaSearchImplModifierConstructorDescriptionPluginEngine
(MetaSearchImpl _meta_search, long _id, PluginInterface _pi, SearchProvider _provider) protected
PluginEngine
(MetaSearchImpl _meta_search, Map _map) -
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.web
Constructors in com.biglybt.core.metasearch.impl.web with parameters of type MetaSearchImplModifierConstructorDescriptionWebEngine
(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, String searchURLFormat, String timeZone, boolean automaticDateParser, String userDateFormat, FieldMapping[] mappings, boolean needs_auth, String auth_method, String login_url, String[] required_cookies) protected
WebEngine
(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, String name, JSONObject map) protected
WebEngine
(MetaSearchImpl meta_search, Map map) -
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.web.json
Methods in com.biglybt.core.metasearch.impl.web.json with parameters of type MetaSearchImplModifier and TypeMethodDescriptionstatic EngineImpl
JSONEngine.importFromBEncodedMap
(MetaSearchImpl meta_search, Map map) static Engine
JSONEngine.importFromJSONString
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) Constructors in com.biglybt.core.metasearch.impl.web.json with parameters of type MetaSearchImplModifierConstructorDescriptionJSONEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, String searchURLFormat, String timeZone, boolean automaticDateFormat, String userDateFormat, String resultsEntryPath, FieldMapping[] mappings, boolean needs_auth, String auth_method, String login_url, String[] required_cookies) protected
JSONEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) protected
JSONEngine
(MetaSearchImpl meta_search, Map map) -
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.web.regex
Methods in com.biglybt.core.metasearch.impl.web.regex with parameters of type MetaSearchImplModifier and TypeMethodDescriptionstatic EngineImpl
RegexEngine.importFromBEncodedMap
(MetaSearchImpl meta_search, Map map) static Engine
RegexEngine.importFromJSONString
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) Constructors in com.biglybt.core.metasearch.impl.web.regex with parameters of type MetaSearchImplModifierConstructorDescriptionRegexEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, String searchURLFormat, String resultPattern, String timeZone, boolean automaticDateFormat, String userDateFormat, FieldMapping[] mappings, boolean needs_auth, String auth_method, String login_url, String[] required_cookies) protected
RegexEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) protected
RegexEngine
(MetaSearchImpl meta_search, Map map) -
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.web.rss
Methods in com.biglybt.core.metasearch.impl.web.rss with parameters of type MetaSearchImplModifier and TypeMethodDescriptionstatic EngineImpl
RSSEngine.importFromBEncodedMap
(MetaSearchImpl meta_search, Map map) static Engine
RSSEngine.importFromJSONString
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) Constructors in com.biglybt.core.metasearch.impl.web.rss with parameters of type MetaSearchImplModifierConstructorDescriptionRSSEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, String searchURLFormat, boolean needs_auth, String auth_method, String login_url, String[] required_cookies) protected
RSSEngine
(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, String name, JSONObject map) protected
RSSEngine
(MetaSearchImpl meta_search, Map map)