JavaScript is disabled on your browser.
Skip navigation links
Red Hat Data Grid 8.4.8.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
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.