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 UpdateInfoAbstractUpdateServiceImpl. getInfo(ClientInfo clientInfo)UpdateInfoUpdateService. getInfo(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.
-