Uses of Enum Class
com.vaadin.flow.internal.Platform.OS
Packages that use Platform.OS
-
Uses of Platform.OS in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return Platform.OSModifier and TypeMethodDescriptionPlatform.getOs()Get platform OS.static Platform.OSPlatform.OS.guess()Use system property to figure out the operating system.static Platform.OSReturns the enum constant of this class with the specified name.static Platform.OS[]Platform.OS.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.internal with parameters of type Platform.OSModifierConstructorDescriptionPlatform(Platform.OS os, com.vaadin.flow.internal.Platform.Architecture architecture) Construct a new Platform.Platform(Platform.OS os, com.vaadin.flow.internal.Platform.Architecture architecture, String classifier)