Uses of Interface
com.biglybt.pif.PluginConfig
-
-
Uses of PluginConfig in com.biglybt.pif
Methods in com.biglybt.pif that return PluginConfig Modifier and Type Method Description PluginConfig
PluginInterface. getPluginconfig()
Gives access to the plugin config interface -
Uses of PluginConfig in com.biglybt.pifimpl.local
Classes in com.biglybt.pifimpl.local that implement PluginConfig Modifier and Type Class Description class
PluginConfigImpl
Methods in com.biglybt.pifimpl.local that return PluginConfig Modifier and Type Method Description PluginConfig
PluginInterfaceImpl. getPluginconfig()
-
Uses of PluginConfig in com.biglybt.pifimpl.local.config
Fields in com.biglybt.pifimpl.local.config declared as PluginConfig Modifier and Type Field Description private PluginConfig
PluginConfigSourceImpl. plugin_config
Constructors in com.biglybt.pifimpl.local.config with parameters of type PluginConfig Constructor Description PluginConfigSourceImpl(PluginConfig plugin_config, java.lang.String plugin_id)
-
Uses of PluginConfig in com.biglybt.pifimpl.remote
Classes in com.biglybt.pifimpl.remote that implement PluginConfig Modifier and Type Class Description class
RPPluginConfig
Fields in com.biglybt.pifimpl.remote declared as PluginConfig Modifier and Type Field Description protected PluginConfig
RPPluginConfig. delegate
Methods in com.biglybt.pifimpl.remote that return PluginConfig Modifier and Type Method Description static PluginConfig
RPPluginConfig. create(PluginConfig _delegate)
PluginConfig
RPPluginInterface. getPluginconfig()
Methods in com.biglybt.pifimpl.remote with parameters of type PluginConfig Modifier and Type Method Description static PluginConfig
RPPluginConfig. create(PluginConfig _delegate)
Constructors in com.biglybt.pifimpl.remote with parameters of type PluginConfig Constructor Description RPPluginConfig(PluginConfig _delegate)
-
Uses of PluginConfig in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update with parameters of type PluginConfig Modifier and Type Method Description protected void
PluginUpdatePlugin. initComplete(PluginConfig plugin_config)
-
Uses of PluginConfig in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as PluginConfig Modifier and Type Field Description protected PluginConfig
StartStopRulesDefaultPlugin. plugin_config
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type PluginConfig Modifier and Type Method Description static void
RankCalculatorReal. reloadConfigParams(PluginConfig cfg)
Load config values into the static variables -
Uses of PluginConfig in com.biglybt.ui.webplugin
Fields in com.biglybt.ui.webplugin declared as PluginConfig Modifier and Type Field Description private PluginConfig
WebPlugin. plugin_config
-