Uses of Class
me.friwi.jcefmaven.EnumPlatform
-
Packages that use EnumPlatform Package Description me.friwi.jcefmaven me.friwi.jcefmaven.impl.step.fetch -
-
Uses of EnumPlatform in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that return EnumPlatform Modifier and Type Method Description static EnumPlatformEnumPlatform. getCurrentPlatform()Fetches the platform this program is running on.static EnumPlatformEnumPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumPlatform[]EnumPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumPlatform in me.friwi.jcefmaven.impl.step.fetch
Methods in me.friwi.jcefmaven.impl.step.fetch with parameters of type EnumPlatform Modifier and Type Method Description static voidPackageDownloader. downloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer)static InputStreamPackageClasspathStreamer. streamNatives(CefBuildInfo info, EnumPlatform platform)
-