Uses of Interface
com.biglybt.pif.update.Update
-
-
Uses of Update in com.biglybt.pif.update
Methods in com.biglybt.pif.update that return Update Modifier and Type Method Description Update
UpdateChecker. addUpdate(java.lang.String name, java.lang.String[] description, java.lang.String old_version, java.lang.String new_version, ResourceDownloader[] downloaders, int restart_required)
Add an update with a number of downloadersUpdate
UpdateChecker. addUpdate(java.lang.String name, java.lang.String[] description, java.lang.String old_version, java.lang.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 Update Modifier and Type Method Description boolean
UpdateManagerVerificationListener. acceptUnVerifiedUpdate(Update update)
void
UpdateListener. cancelled(Update update)
void
UpdateListener. complete(Update update)
java.lang.Object
UpdateManagerDecisionListener. decide(Update update, int decision_type, java.lang.String decision_name, java.lang.String decision_description, java.lang.Object decision_data)
void
UpdateManagerVerificationListener. verificationFailed(Update update, java.lang.Throwable cause)
-
Uses of Update in com.biglybt.pifimpl.local.update
Classes in com.biglybt.pifimpl.local.update that implement Update Modifier and Type Class Description class
UpdateImpl
Methods in com.biglybt.pifimpl.local.update that return Update Modifier and Type Method Description Update
UpdateCheckerImpl. addUpdate(java.lang.String name, java.lang.String[] description, java.lang.String old_version, java.lang.String new_version, ResourceDownloader[] downloaders, int restart_required)
Update
UpdateCheckerImpl. addUpdate(java.lang.String name, java.lang.String[] description, java.lang.String old_version, java.lang.String new_version, ResourceDownloader downloader, int restart_required)
Update[]
UpdateCheckInstanceImpl. getUpdates()
Methods in com.biglybt.pifimpl.local.update with parameters of type Update Modifier and Type Method Description protected java.lang.Object
UpdateCheckInstanceImpl. getDecision(Update update, int decision_type, java.lang.String decision_name, java.lang.String decision_description, java.lang.Object decision_data)
java.io.InputStream
UpdateManagerImpl. verifyData(Update update, java.io.InputStream is, boolean force)
-
Uses of Update in com.biglybt.pifimpl.update
Methods in com.biglybt.pifimpl.update that return Update Modifier and Type Method Description Update
PluginUpdatePlugin. addUpdate(PluginInterface pi_for_update, UpdateChecker checker, java.lang.String update_name, java.lang.String[] update_details, java.lang.String old_version, java.lang.String new_version, ResourceDownloader resource_downloader, boolean is_jar, int restart_type, boolean verify)
Methods in com.biglybt.pifimpl.update with parameters of type Update Modifier and Type Method Description protected void
PluginUpdatePlugin. installUpdate(UpdateChecker checker, Update update, PluginInterface plugin, boolean unloadable, boolean is_jar, java.lang.String old_version, java.lang.String new_version, java.io.InputStream data, boolean verify)
-
Uses of Update in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx with parameters of type Update Modifier and Type Method Description protected void
PlatformManagerUpdateChecker. installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, java.io.InputStream data)
-
Uses of Update in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type Update Modifier and Type Method Description protected void
PlatformManagerUpdateChecker. installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, java.io.InputStream data)
-
Uses of Update in com.biglybt.ui.swt.update
Fields in com.biglybt.ui.swt.update declared as Update Modifier and Type Field Description private Update[]
UpdateAutoDownloader. updates
Methods in com.biglybt.ui.swt.update with parameters of type Update Modifier and Type Method Description void
UpdateWindow. addUpdate(Update update)
Constructors in com.biglybt.ui.swt.update with parameters of type Update Constructor Description UpdateAutoDownloader(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 Update Modifier and Type Method Description private boolean
SWTUpdateChecker. processData(UpdateChecker checker, Update update, ResourceDownloader rd, java.io.InputStream data)
-
Uses of Update in com.biglybt.update
Fields in com.biglybt.update with type parameters of type Update Modifier and Type Field Description private java.util.Map<UpdateCheckInstance,Update>
CorePatchChecker. my_updates
Methods in com.biglybt.update with parameters of type Update Modifier and Type Method Description protected void
CoreUpdateChecker. installUpdate(UpdateChecker checker, Update update, ResourceDownloader rd, java.lang.String filename, java.lang.String version, java.io.InputStream data)
protected void
CorePatchChecker. patch(UpdateCheckInstance instance, Update updater_update, PluginInterface updater_plugin)
-