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