Uses of Interface
com.biglybt.pif.update.UpdateCheckInstance
-
-
Uses of UpdateCheckInstance in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer that return UpdateCheckInstance Modifier and Type Method Description UpdateCheckInstance
PluginInstaller. install(InstallablePlugin[] plugins, boolean shared, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstaller. uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener, java.util.Map<java.lang.Integer,java.lang.Object> properties)
-
Uses of UpdateCheckInstance in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdateCheckInstance Modifier and Type Method Description UpdateCheckInstance
UpdateManager. createEmptyUpdateCheckInstance(int check_type, java.lang.String name)
creates an update check instance with no attached updateable components (as opposed to automatically including all registeredUpdateCheckInstance
UpdateManager. createUpdateCheckInstance()
creates an update check instance with currently registered updatable components Default check type is "UCI_UPDATE"UpdateCheckInstance
UpdateManager. createUpdateCheckInstance(int check_type, java.lang.String name)
creates an update check instance with currently registered updatable componentsUpdateCheckInstance
Update. getCheckInstance()
UpdateCheckInstance
UpdateChecker. getCheckInstance()
UpdateCheckInstance[]
UpdateManager. getCheckInstances()
Methods in com.biglybt.pif.update with parameters of type UpdateCheckInstance Modifier and Type Method Description void
UpdateCheckInstanceListener. cancelled(UpdateCheckInstance instance)
void
UpdateManagerListener. checkInstanceCreated(UpdateCheckInstance instance)
void
UpdateCheckInstanceListener. complete(UpdateCheckInstance instance)
-
Uses of UpdateCheckInstance in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer that return UpdateCheckInstance Modifier and Type Method Description protected UpdateCheckInstance
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared, boolean low_noise, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstallerImpl. uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null, java.util.Map<java.lang.Integer,java.lang.Object> properties)
Methods in com.biglybt.pifimpl.local.installer with parameters of type UpdateCheckInstance Modifier and Type Method Description void
FilePluginInstallerImpl. addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface)
abstract void
InstallablePluginImpl. addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface)
void
StandardPluginImpl. addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface)
-
Uses of UpdateCheckInstance in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement UpdateCheckInstance Modifier and Type Class Description class
UpdateCheckInstanceImpl
Methods in com.biglybt.pifimpl.local.update that return UpdateCheckInstance Modifier and Type Method Description UpdateCheckInstance
UpdateManagerImpl. createUpdateCheckInstance()
UpdateCheckInstance
UpdateManagerImpl. createUpdateCheckInstance(int type, java.lang.String name)
UpdateCheckInstance
UpdateCheckerImpl. getCheckInstance()
UpdateCheckInstance
UpdateImpl. getCheckInstance()
UpdateCheckInstance[]
UpdateManagerImpl. getCheckInstances()
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateCheckInstance Modifier and Type Method Description void
UpdateManagerImpl. cancelled(UpdateCheckInstance instance)
void
UpdateManagerImpl. complete(UpdateCheckInstance instance)
-
Uses of UpdateCheckInstance in com.biglybt.ui.swt.player
Fields in com.biglybt.ui.swt.player declared as UpdateCheckInstance Modifier and Type Field Description private UpdateCheckInstance
PlayerInstaller. instance
-
Uses of UpdateCheckInstance in com.biglybt.ui.swt.plugininstall
Fields in com.biglybt.ui.swt.plugininstall declared as UpdateCheckInstance Modifier and Type Field Description private UpdateCheckInstance
SimplePluginInstaller. instance
-
Uses of UpdateCheckInstance in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as UpdateCheckInstance Modifier and Type Field Description private UpdateCheckInstance
UpdateWindow. check_instance
private UpdateCheckInstance
UpdateMonitor. current_update_instance
private UpdateCheckInstance
SilentInstallUI. instance
private UpdateCheckInstance
SimpleInstallUI. instance
(package private) UpdateCheckInstance
UpdateMonitor.updateStatusChanger. instance
Methods in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstance Modifier and Type Method Description protected void
UpdateMonitor. addDecisionHandler(UpdateCheckInstance instance)
void
UpdateMonitor. cancelled(UpdateCheckInstance instance)
void
UpdateMonitor. complete(UpdateCheckInstance instance)
private java.lang.String
UpdateMonitor. format(UpdateCheckInstance instance, java.lang.String str)
protected void
UpdateMonitor. handleLowNoise(UpdateCheckInstance instance)
Constructors in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstance Constructor Description SilentInstallUI(UpdateMonitor _monitor, UpdateCheckInstance _instance)
SimpleInstallUI(UpdateMonitor _monitor, UpdateCheckInstance _instance)
updateStatusChanger(UpdateCheckInstance _instance)
UpdateWindow(UpdateMonitor _update_monitor, Core _core, UpdateCheckInstance _check_instance)
-
Uses of UpdateCheckInstance in com.biglybt.update
Fields in com.biglybt.update with type parameters of type UpdateCheckInstance Modifier and Type Field Description private java.util.Map<UpdateCheckInstance,Update>
CorePatchChecker. my_updates
Methods in com.biglybt.update with parameters of type UpdateCheckInstance Modifier and Type Method Description void
CorePatchChecker. cancelled(UpdateCheckInstance instance)
void
CorePatchChecker. complete(UpdateCheckInstance instance)
protected void
CorePatchChecker. patch(UpdateCheckInstance instance, Update updater_update, PluginInterface updater_plugin)
static void
CorePatchChecker. patchBiglyBT(UpdateCheckInstance instance, java.io.InputStream pis, java.lang.String resource_tag, LoggerChannel log)
-