JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
io.smallrye.common.os.OS
Uses of
OS
in
io.smallrye.common.os
Methods in
io.smallrye.common.os
that return
OS
Modifier and Type
Method
Description
static
OS
OS.
current
()
Returns the current OS.
static
OS
OS.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
OS
[]
OS.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.