Uses of Interface
com.biglybt.pif.config.PluginConfigSource
-
Packages that use PluginConfigSource Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.local.config com.biglybt.pifimpl.remote -
-
Uses of PluginConfigSource in com.biglybt.pif
Methods in com.biglybt.pif that return PluginConfigSource Modifier and Type Method Description PluginConfigSource
PluginConfig. enableExternalConfigSource()
Enable the plugin to store configuration parameters into a separate external configuration file.PluginConfigSource
PluginConfig. getPluginConfigSource()
Returns the PluginConfigSource object used for this plugin configuration (or null if an external configuration object isn't used).Methods in com.biglybt.pif with parameters of type PluginConfigSource Modifier and Type Method Description void
PluginConfig. setPluginConfigSource(PluginConfigSource source)
Sets the plugin configuration source object to use for storing parameters for this plugin config object. -
Uses of PluginConfigSource in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return PluginConfigSource Modifier and Type Method Description PluginConfigSource
PluginConfigImpl. enableExternalConfigSource()
PluginConfigSource
PluginConfigImpl. getPluginConfigSource()
Methods in com.biglybt.pifimpl.local with parameters of type PluginConfigSource Modifier and Type Method Description void
PluginConfigImpl. setPluginConfigSource(PluginConfigSource source)
-
Uses of PluginConfigSource in com.biglybt.pifimpl.local.config
Classes in com.biglybt.pifimpl.local.config that implement PluginConfigSource Modifier and Type Class Description class
PluginConfigSourceImpl
-
Uses of PluginConfigSource in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return PluginConfigSource Modifier and Type Method Description PluginConfigSource
RPPluginConfig. enableExternalConfigSource()
PluginConfigSource
RPPluginConfig. getPluginConfigSource()
Methods in com.biglybt.pifimpl.remote with parameters of type PluginConfigSource Modifier and Type Method Description void
RPPluginConfig. setPluginConfigSource(PluginConfigSource source)
-