Uses of Interface
com.biglybt.pif.update.Update
Packages that use Update
Package
Description
-
Uses of Update in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return UpdateModifier and TypeMethodDescriptionUpdateChecker.addUpdate(String name, String[] description, String old_version, String new_version, ResourceDownloader[] downloaders, int restart_required) Add an update with a number of downloadersUpdateChecker.addUpdate(String name, String[] description, String old_version, String new_version, ResourceDownloader downloader, int restart_required) Add an update with a single downloaderUpdate[]UpdateCheckInstance.getUpdates()Methods in com.biglybt.pif.update with parameters of type UpdateModifier and TypeMethodDescriptionbooleanUpdateManagerVerificationListener.acceptUnVerifiedUpdate(Update update) voidvoidUpdateManagerDecisionListener.decide(Update update, int decision_type, String decision_name, String decision_description, Object decision_data) voidUpdateManagerVerificationListener.verificationFailed(Update update, Throwable cause) -
Uses of Update in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement UpdateMethods in com.biglybt.pifimpl.local.update that return UpdateModifier and TypeMethodDescriptionUpdateCheckerImpl.addUpdate(String name, String[] description, String old_version, String new_version, ResourceDownloader[] downloaders, int restart_required) UpdateCheckerImpl.addUpdate(String name, String[] description, String old_version, String new_version, ResourceDownloader downloader, int restart_required) Update[]UpdateCheckInstanceImpl.getUpdates()Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateModifier and TypeMethodDescriptionprotected ObjectUpdateCheckInstanceImpl.getDecision(Update update, int decision_type, String decision_name, String decision_description, Object decision_data) UpdateManagerImpl.verifyData(Update update, InputStream is, boolean force) -
Uses of Update in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update that return UpdateModifier and TypeMethodDescriptionPluginUpdatePlugin.addUpdate(PluginInterface pi_for_update, UpdateChecker checker, String update_name, String[] update_details, String old_version, String new_version, ResourceDownloader resource_downloader, boolean is_jar, int restart_type, boolean verify) Methods in com.biglybt.pifimpl.update with parameters of type UpdateModifier and TypeMethodDescriptionprotected voidPluginUpdatePlugin.installUpdate(UpdateChecker checker, Update update, PluginInterface plugin, boolean unloadable, boolean is_jar, String old_version, String new_version, InputStream data, boolean verify) -
Uses of Update in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx with parameters of type UpdateModifier and TypeMethodDescriptionprotected voidPlatformManagerUpdateChecker.installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, InputStream data) -
Uses of Update in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type UpdateModifier and TypeMethodDescriptionprotected voidPlatformManagerUpdateChecker.installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, InputStream data) -
Uses of Update in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as UpdateMethods in com.biglybt.ui.swt.update with parameters of type UpdateConstructors in com.biglybt.ui.swt.update with parameters of type UpdateModifierConstructorDescriptionUpdateAutoDownloader(Update[] updates, UpdateAutoDownloader.cbCompletion completionCallback) -
Uses of Update in com.biglybt.ui.swt.updater2
Methods in com.biglybt.ui.swt.updater2 with parameters of type UpdateModifier and TypeMethodDescriptionprivate booleanSWTUpdateChecker.processData(UpdateChecker checker, Update update, ResourceDownloader rd, InputStream data) -
Uses of Update in com.biglybt.update
Fields in com.biglybt.update with type parameters of type UpdateModifier and TypeFieldDescriptionprivate Map<UpdateCheckInstance, Update> CorePatchChecker.my_updatesMethods in com.biglybt.update with parameters of type UpdateModifier and TypeMethodDescriptionprotected voidCoreUpdateChecker.installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, String filename, String version, InputStream data) protected voidCorePatchChecker.patch(UpdateCheckInstance instance, Update updater_update, PluginInterface updater_plugin)