Class PackageDownloader
java.lang.Object
me.friwi.jcefmaven.impl.step.fetch.PackageDownloader
Class used to download the native packages from GitHub or central repository.
Central repository is only used as fallback.
- Author:
- Fritz Windisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddownloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer, Set<String> mirrors)
-
Constructor Details
-
PackageDownloader
public PackageDownloader()
-
-
Method Details
-
downloadNatives
public static void downloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer, Set<String> mirrors) throws IOException - Throws:
IOException
-