Uses of Class
org.tentackle.update.UpdateInfo
-
Packages that use UpdateInfo Package Description org.tentackle.update -
-
Uses of UpdateInfo in org.tentackle.update
Methods in org.tentackle.update that return UpdateInfo Modifier and Type Method Description protected UpdateInfoAbstractUpdateServiceImpl. createUpdateInfo(java.lang.String version, java.net.URL zipURL, java.lang.String checksumHash, long size, java.lang.String updateExecutor)Creates the update info to be returned to the client.UpdateInfoAbstractUpdateServiceImpl. getUpdateInfo(ClientInfo clientInfo)UpdateInfoUpdateService. getUpdateInfo(ClientInfo info)Gets the info how to download and install the update.Methods in org.tentackle.update with parameters of type UpdateInfo Modifier and Type Method Description java.io.FileClientUpdateUtilities. dowloadZip(UpdateInfo updateInfo, java.io.File updateDir, java.util.function.Consumer<java.lang.Double> progressConsumer)Downloads the zipfile.
-