Uses of Class
com.lordofthejars.nosqlunit.core.OperatingSystem
-
Packages that use OperatingSystem Package Description com.lordofthejars.nosqlunit.core -
-
Uses of OperatingSystem in com.lordofthejars.nosqlunit.core
Methods in com.lordofthejars.nosqlunit.core that return OperatingSystem Modifier and Type Method Description OperatingSystemOperatingSystemResolver. currentOperatingSystem()OperatingSystemOsNameSystemPropertyOperatingSystemResolver. currentOperatingSystem()static OperatingSystemOperatingSystem. resolve(java.lang.String osName)static OperatingSystemOperatingSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-