Uses of Class
org.infinispan.commons.util.OS
-
Packages that use OS Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of OS in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return OS Modifier and Type Method Description static OS
OS. getCurrentOs()
static OS
OS. valueOf(String name)
Returns the enum constant of this type with the specified name.static OS[]
OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-