Uses of Class
com.biglybt.core.metasearch.impl.EngineImpl
-
-
Uses of EngineImpl in com.biglybt.core.metasearch.impl
Fields in com.biglybt.core.metasearch.impl with type parameters of type EngineImpl Modifier and Type Field Description private CopyOnWriteList<EngineImpl>
MetaSearchImpl. engines
private java.util.Map<java.lang.String,EngineImpl>
MetaSearchManagerImpl. potential_associations
Methods in com.biglybt.core.metasearch.impl that return EngineImpl Modifier and Type Method Description protected static EngineImpl
EngineImpl. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
Methods in com.biglybt.core.metasearch.impl with parameters of type EngineImpl Modifier and Type Method Description void
MetaSearchImpl. addEngine(EngineImpl new_engine, boolean loading)
protected void
MetaSearchImpl. addPotentialAssociation(EngineImpl engine, java.lang.String key)
protected void
MetaSearchManagerImpl. addPotentialAssociation(EngineImpl engine, java.lang.String key)
protected boolean
MetaSearchImpl. updateEngine(EngineImpl engine)
-
Uses of EngineImpl in com.biglybt.core.metasearch.impl.plugin
Subclasses of EngineImpl in com.biglybt.core.metasearch.impl.plugin Modifier and Type Class Description class
PluginEngine
Methods in com.biglybt.core.metasearch.impl.plugin that return EngineImpl Modifier and Type Method Description static EngineImpl
PluginEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
-
Uses of EngineImpl in com.biglybt.core.metasearch.impl.web
Subclasses of EngineImpl in com.biglybt.core.metasearch.impl.web Modifier and Type Class Description class
WebEngine
-
Uses of EngineImpl in com.biglybt.core.metasearch.impl.web.json
Subclasses of EngineImpl in com.biglybt.core.metasearch.impl.web.json Modifier and Type Class Description class
JSONEngine
Methods in com.biglybt.core.metasearch.impl.web.json that return EngineImpl Modifier and Type Method Description static EngineImpl
JSONEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
-
Uses of EngineImpl in com.biglybt.core.metasearch.impl.web.regex
Subclasses of EngineImpl in com.biglybt.core.metasearch.impl.web.regex Modifier and Type Class Description class
RegexEngine
Methods in com.biglybt.core.metasearch.impl.web.regex that return EngineImpl Modifier and Type Method Description static EngineImpl
RegexEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
-
Uses of EngineImpl in com.biglybt.core.metasearch.impl.web.rss
Subclasses of EngineImpl in com.biglybt.core.metasearch.impl.web.rss Modifier and Type Class Description class
RSSEngine
Methods in com.biglybt.core.metasearch.impl.web.rss that return EngineImpl Modifier and Type Method Description static EngineImpl
RSSEngine. importFromBEncodedMap(MetaSearchImpl meta_search, java.util.Map map)
-