Class UrlDownloaderStrategy

java.lang.Object
wtf.ranked.hytale.server.runner.mod.strategy.ModDownloaderStrategy<UrlMod>
wtf.ranked.hytale.server.runner.mod.strategy.UrlDownloaderStrategy
All Implemented Interfaces:
org.gradle.workers.WorkAction<ModDownloaderStrategy.ModDownloaderExtension>

public abstract class UrlDownloaderStrategy extends ModDownloaderStrategy<UrlMod>
Strategy for downloading mods via direct HTTP/HTTPS requests.

Retrieves the HttpResourceProvider service to perform the download and saves the resulting file into the configured Hytale mods directory.