Uses of Class
com.biglybt.core.metasearch.impl.MetaSearchImpl
-
-
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl
Fields in com.biglybt.core.metasearch.impl declared as MetaSearchImpl Modifier and Type Field Description private MetaSearchImpl
EngineImpl. meta_search
private MetaSearchImpl
MetaSearchManagerImpl. meta_search
Methods in com.biglybt.core.metasearch.impl that return MetaSearchImpl Modifier and Type Method Description protected MetaSearchImpl
EngineImpl. getMetaSearch()
Methods in com.biglybt.core.metasearch.impl with parameters of type MetaSearchImpl Modifier and Type Method Description protected static EngineImpl
EngineImpl. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
static Engine
EngineImpl. importFromJSONString(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, java.lang.String name, java.lang.String content)
Constructors in com.biglybt.core.metasearch.impl with parameters of type MetaSearchImpl Constructor Description EngineImpl(MetaSearchImpl _meta_search, int _type, long _id, long _last_updated, float _rank_bias, java.lang.String _name)
EngineImpl(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
EngineImpl(MetaSearchImpl _meta_search, java.util.Map map)
-
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.plugin
Methods in com.biglybt.core.metasearch.impl.plugin with parameters of type MetaSearchImpl Modifier and Type Method Description static EngineImpl
PluginEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
Constructors in com.biglybt.core.metasearch.impl.plugin with parameters of type MetaSearchImpl Constructor Description PluginEngine(MetaSearchImpl _meta_search, long _id, PluginInterface _pi, SearchProvider _provider)
PluginEngine(MetaSearchImpl _meta_search, java.util.Map _map)
-
Uses of MetaSearchImpl in com.biglybt.core.metasearch.impl.web
Constructors in com.biglybt.core.metasearch.impl.web with parameters of type MetaSearchImpl Constructor Description WebEngine(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, java.lang.String name, java.lang.String searchURLFormat, java.lang.String timeZone, boolean automaticDateParser, java.lang.String userDateFormat, FieldMapping[] mappings, boolean needs_auth, java.lang.String auth_method, java.lang.String login_url, java.lang.String[] required_cookies)
WebEngine(MetaSearchImpl meta_search, int type, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
WebEngine(MetaSearchImpl meta_search, java.util.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 MetaSearchImpl Modifier and Type Method Description static EngineImpl
JSONEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
static Engine
JSONEngine. importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
Constructors in com.biglybt.core.metasearch.impl.web.json with parameters of type MetaSearchImpl Constructor Description JSONEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, java.lang.String searchURLFormat, java.lang.String timeZone, boolean automaticDateFormat, java.lang.String userDateFormat, java.lang.String resultsEntryPath, FieldMapping[] mappings, boolean needs_auth, java.lang.String auth_method, java.lang.String login_url, java.lang.String[] required_cookies)
JSONEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
JSONEngine(MetaSearchImpl meta_search, java.util.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 MetaSearchImpl Modifier and Type Method Description static EngineImpl
RegexEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
static Engine
RegexEngine. importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
Constructors in com.biglybt.core.metasearch.impl.web.regex with parameters of type MetaSearchImpl Constructor Description RegexEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, java.lang.String searchURLFormat, java.lang.String resultPattern, java.lang.String timeZone, boolean automaticDateFormat, java.lang.String userDateFormat, FieldMapping[] mappings, boolean needs_auth, java.lang.String auth_method, java.lang.String login_url, java.lang.String[] required_cookies)
RegexEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
RegexEngine(MetaSearchImpl meta_search, java.util.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 MetaSearchImpl Modifier and Type Method Description static EngineImpl
RSSEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
static Engine
RSSEngine. importFromJSONString(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
Constructors in com.biglybt.core.metasearch.impl.web.rss with parameters of type MetaSearchImpl Constructor Description RSSEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, java.lang.String searchURLFormat, boolean needs_auth, java.lang.String auth_method, java.lang.String login_url, java.lang.String[] required_cookies)
RSSEngine(MetaSearchImpl meta_search, long id, long last_updated, float rank_bias, java.lang.String name, JSONObject map)
RSSEngine(MetaSearchImpl meta_search, java.util.Map map)
-