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 TypeMethodDescriptionvoidUpdateCheckInstanceListener.cancelled(UpdateCheckInstance instance) voidUpdateManagerListener.checkInstanceCreated(UpdateCheckInstance instance) voidUpdateCheckInstanceListener.complete(UpdateCheckInstance instance) -
Uses of UpdateCheckInstance in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer that return UpdateCheckInstanceModifier and TypeMethodDescriptionprotected UpdateCheckInstancePluginInstallerImpl.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 TypeMethodDescriptionvoidFilePluginInstallerImpl.addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface) abstract voidInstallablePluginImpl.addUpdate(UpdateCheckInstance inst, PluginUpdatePlugin plugin_update_plugin, Plugin plugin, PluginInterface plugin_interface) voidStandardPluginImpl.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 TypeMethodDescriptionvoidUpdateManagerImpl.cancelled(UpdateCheckInstance instance) voidUpdateManagerImpl.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 final UpdateCheckInstanceUpdateWindow.check_instanceprivate UpdateCheckInstanceUpdateMonitor.current_update_instanceprivate UpdateCheckInstanceSilentInstallUI.instanceprivate UpdateCheckInstanceSimpleInstallUI.instance(package private) UpdateCheckInstanceUpdateMonitor.updateStatusChanger.instanceMethods in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstanceModifier and TypeMethodDescriptionprotected voidUpdateMonitor.addDecisionHandler(UpdateCheckInstance instance) voidUpdateMonitor.cancelled(UpdateCheckInstance instance) voidUpdateMonitor.complete(UpdateCheckInstance instance) private StringUpdateMonitor.format(UpdateCheckInstance instance, String str) protected voidUpdateMonitor.handleLowNoise(UpdateCheckInstance instance) Constructors in com.biglybt.ui.swt.update with parameters of type UpdateCheckInstanceModifierConstructorDescriptionprotectedSilentInstallUI(UpdateMonitor _monitor, UpdateCheckInstance _instance) protectedSimpleInstallUI(UpdateMonitor _monitor, UpdateCheckInstance _instance) protectedupdateStatusChanger(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_updatesMethods in com.biglybt.update with parameters of type UpdateCheckInstanceModifier and TypeMethodDescriptionvoidCorePatchChecker.cancelled(UpdateCheckInstance instance) voidCorePatchChecker.complete(UpdateCheckInstance instance) protected voidCorePatchChecker.patch(UpdateCheckInstance instance, Update updater_update, PluginInterface updater_plugin) static voidCorePatchChecker.patchBiglyBT(UpdateCheckInstance instance, InputStream pis, String resource_tag, LoggerChannel log)