Uses of Interface
com.biglybt.pif.installer.StandardPlugin
-
Packages that use StandardPlugin Package Description com.biglybt.pif.installer com.biglybt.pifimpl.local.installer com.biglybt.pifimpl.update -
-
Uses of StandardPlugin in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer that return StandardPlugin Modifier and Type Method Description StandardPlugin
PluginInstaller. getStandardPlugin(java.lang.String id)
StandardPlugin[]
PluginInstaller. getStandardPlugins()
Gives access to the list of standard plugins listed on the client's website -
Uses of StandardPlugin in com.biglybt.pifimpl.local.installer
Classes in com.biglybt.pifimpl.local.installer that implement StandardPlugin Modifier and Type Class Description class
StandardPluginImpl
Methods in com.biglybt.pifimpl.local.installer that return StandardPlugin Modifier and Type Method Description StandardPlugin
PluginInstallerImpl. getStandardPlugin(java.lang.String id)
StandardPlugin[]
PluginInstallerImpl. getStandardPlugins()
-
Uses of StandardPlugin in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update with parameters of type StandardPlugin Modifier and Type Method Description protected void
PluginUpdatePlugin. installRecommendedPlugin(PluginInstaller installer, StandardPlugin plugin)
-