Uses of Class
me.friwi.jcefmaven.CefBuildInfo
-
Packages that use CefBuildInfo Package Description me.friwi.jcefmaven me.friwi.jcefmaven.impl.step.fetch -
-
Uses of CefBuildInfo in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that return CefBuildInfo Modifier and Type Method Description static CefBuildInfoCefBuildInfo. fromClasspath()Reads the in-use jcefmaven build info from classpathstatic CefBuildInfoCefBuildInfo. fromFile(File file)Loads a CefBuildInfo instance from a file -
Uses of CefBuildInfo in me.friwi.jcefmaven.impl.step.fetch
Methods in me.friwi.jcefmaven.impl.step.fetch with parameters of type CefBuildInfo Modifier and Type Method Description static voidPackageDownloader. downloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer, Set<String> mirrors)static InputStreamPackageClasspathStreamer. streamNatives(CefBuildInfo info, EnumPlatform platform)
-