Uses of Interface
com.biglybt.pif.update.UpdateCheckInstance
Packages that use UpdateCheckInstance
Package
Description
-
Uses of UpdateCheckInstance in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer that return UpdateCheckInstanceModifier and TypeMethodDescriptionPluginInstaller.install
(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstaller.uninstall
(PluginInterface[] plugin_interfaces, PluginInstallationListener listener, Map<Integer, Object> properties) -
Uses of UpdateCheckInstance in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdateCheckInstanceModifier and TypeMethodDescriptionUpdateManager.createEmptyUpdateCheckInstance
(int check_type, String name) creates an update check instance with no attached updateable components (as opposed to automatically including all registeredUpdateManager.createUpdateCheckInstance()
creates an update check instance with currently registered updatable components Default check type is "UCI_UPDATE"UpdateManager.createUpdateCheckInstance
(int check_type, String name) creates an update check instance with currently registered updatable componentsUpdate.getCheckInstance()
UpdateChecker.getCheckInstance()
UpdateManager.getCheckInstances()
Methods in com.biglybt.pif.update with parameters of type UpdateCheckInstanceModifier and TypeMethodDescriptionvoid
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 UpdateCheckInstanceModifier and TypeMethodDescriptionprotected UpdateCheckInstance
PluginInstallerImpl.install
(InstallablePlugin[] plugins, boolean shared, boolean low_noise, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstallerImpl.install
(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstallerImpl.uninstall
(PluginInterface[] pis, PluginInstallationListener listener_maybe_null, Map<Integer, Object> properties) Methods in com.biglybt.pifimpl.local.installer with parameters of type UpdateCheckInstanceModifier and TypeMethodDescriptionvoid
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 UpdateCheckInstanceMethods in com.biglybt.pifimpl.local.update that return UpdateCheckInstanceModifier and TypeMethodDescriptionUpdateManagerImpl.createUpdateCheckInstance()
UpdateManagerImpl.createUpdateCheckInstance
(int type, String name) UpdateCheckerImpl.getCheckInstance()
UpdateImpl.getCheckInstance()
UpdateManagerImpl.getCheckInstances()
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateCheckInstanceModifier and TypeMethodDescriptionvoid
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 -
Uses of UpdateCheckInstance in com.biglybt.ui.swt.plugininstall
Fields in com.biglybt.ui.swt.plugininstall declared as UpdateCheckInstance -
Uses of UpdateCheckInstance in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as UpdateCheckInstanceModifier and TypeFieldDescriptionprivate 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 UpdateCheckInstanceModifier and TypeMethodDescriptionprotected void
UpdateMonitor.addDecisionHandler
(UpdateCheckInstance instance) void
UpdateMonitor.cancelled
(UpdateCheckInstance instance) void
UpdateMonitor.complete
(UpdateCheckInstance instance) private String
UpdateMonitor.format
(UpdateCheckInstance instance, String str) protected void
UpdateMonitor.handleLowNoise
(UpdateCheckInstance instance) Constructors in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstanceModifierConstructorDescriptionprotected
SilentInstallUI
(UpdateMonitor _monitor, UpdateCheckInstance _instance) protected
SimpleInstallUI
(UpdateMonitor _monitor, UpdateCheckInstance _instance) protected
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 UpdateCheckInstanceModifier and TypeFieldDescriptionprivate Map<UpdateCheckInstance,
Update> CorePatchChecker.my_updates
Methods in com.biglybt.update with parameters of type UpdateCheckInstanceModifier and TypeMethodDescriptionvoid
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, InputStream pis, String resource_tag, LoggerChannel log)