Uses of Enum Class
io.quarkus.utilities.OS
-
Uses of OS in io.quarkus.utilities
Methods in io.quarkus.utilities that return OSModifier and TypeMethodDescriptionstatic OSOS.determineOS()Deprecated, for removal: This API element is subject to removal in a future version.static OSDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static OS[]OS.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
OS.current()instead.