Class PackageDownloader
- java.lang.Object
-
- me.friwi.jcefmaven.impl.step.fetch.PackageDownloader
-
public class PackageDownloader extends Object
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 Constructor Description PackageDownloader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddownloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer, Set<String> mirrors)
-
-
-
Method Detail
-
downloadNatives
public static void downloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer, Set<String> mirrors) throws IOException
- Throws:
IOException
-
-