Uses of Enum
me.friwi.jcefmaven.EnumPlatform
Packages that use EnumPlatform
-
Uses of EnumPlatform in me.friwi.jcefmaven
Methods in me.friwi.jcefmaven that return EnumPlatformModifier and TypeMethodDescriptionstatic EnumPlatformEnumPlatform.getCurrentPlatform()Fetches the platform this program is running on.static EnumPlatformReturns 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 EnumPlatformModifier and TypeMethodDescriptionstatic voidPackageDownloader.downloadNatives(CefBuildInfo info, EnumPlatform platform, File destination, Consumer<Float> progressConsumer, Set<String> mirrors) static InputStreamPackageClasspathStreamer.streamNatives(CefBuildInfo info, EnumPlatform platform)