Uses of Enum
redis.embedded.model.OS
Packages that use OS
-
Uses of OS in redis.embedded.core
Methods in redis.embedded.core with parameters of type OSModifier and TypeMethodDescriptionExecutableProviderBuilder.put
(OS os, Architecture arch, String executable) -
Uses of OS in redis.embedded.model
Fields in redis.embedded.model declared as OSMethods in redis.embedded.model that return OSModifier and TypeMethodDescriptionstatic OS
OS.detectOS()
static OS
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.Constructors in redis.embedded.model with parameters of type OS