Uses of Class
redis.embedded.model.OS
Package | Description |
---|---|
redis.embedded.core | |
redis.embedded.model |
-
Uses of OS in redis.embedded.core
Methods in redis.embedded.core with parameters of type OS Modifier and Type Method Description ExecutableProviderBuilder
ExecutableProviderBuilder. put(OS os, String executable)
ExecutableProviderBuilder
ExecutableProviderBuilder. put(OS os, Architecture arch, String executable)
-
Uses of OS in redis.embedded.model
Fields in redis.embedded.model declared as OS Modifier and Type Field Description OS
OsArchitecture. os
Methods in redis.embedded.model that return OS Modifier and Type Method Description static OS
OS. detectOS()
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.Constructors in redis.embedded.model with parameters of type OS Constructor Description OsArchitecture(OS os, Architecture arch)