Uses of Class
org.tentackle.update.UpdateInfo
-
Uses of UpdateInfo in org.tentackle.update
Methods in org.tentackle.update that return UpdateInfoModifier and TypeMethodDescriptionprotected UpdateInfoAbstractUpdateServiceImpl.createUpdateInfo(String version, URL zipURL, String checksumHash, long size, String updateExecutor) Creates the update info to be returned to the client.AbstractUpdateServiceImpl.getUpdateInfo(ClientInfo clientInfo) UpdateService.getUpdateInfo(ClientInfo info) Gets the info how to download and install the update.Methods in org.tentackle.update with parameters of type UpdateInfoModifier and TypeMethodDescriptionClientUpdateUtilities.downloadZip(UpdateInfo updateInfo, File updateDir, Consumer<Double> progressConsumer) Downloads the zip-file.