Uses of Interface
com.biglybt.pif.update.UpdateManager
-
Packages that use UpdateManager Package Description com.biglybt.pif com.biglybt.pif.update com.biglybt.pifimpl.local com.biglybt.pifimpl.local.update com.biglybt.pifimpl.remote -
-
Uses of UpdateManager in com.biglybt.pif
Methods in com.biglybt.pif that return UpdateManager Modifier and Type Method Description UpdateManager
PluginInterface. getUpdateManager()
access to the update manager used to update plugins. -
Uses of UpdateManager in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdateManager Modifier and Type Method Description UpdateManager
UpdateCheckInstance. getManager()
Access to the update manager -
Uses of UpdateManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return UpdateManager Modifier and Type Method Description UpdateManager
PluginInterfaceImpl. getUpdateManager()
-
Uses of UpdateManager in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement UpdateManager Modifier and Type Class Description class
UpdateManagerImpl
Fields in com.biglybt.pifimpl.local.update declared as UpdateManager Modifier and Type Field Description private UpdateManager
UpdateCheckInstanceImpl. manager
Methods in com.biglybt.pifimpl.local.update that return UpdateManager Modifier and Type Method Description UpdateManager
UpdateCheckInstanceImpl. getManager()
static UpdateManager
UpdateManagerImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.update with parameters of type UpdateManager Constructor Description UpdateCheckInstanceImpl(UpdateManager _manager, int _check_type, java.lang.String _name, UpdatableComponentImpl[] _components)
-
Uses of UpdateManager in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return UpdateManager Modifier and Type Method Description UpdateManager
RPPluginInterface. getUpdateManager()
-