Uses of Class
org.hortonmachine.gears.utils.OsCheck.OSType
-
Packages that use OsCheck.OSType Package Description org.hortonmachine.gears.utils -
-
Uses of OsCheck.OSType in org.hortonmachine.gears.utils
Fields in org.hortonmachine.gears.utils declared as OsCheck.OSType Modifier and Type Field Description protected static OsCheck.OSTypeOsCheck. detectedOSMethods in org.hortonmachine.gears.utils that return OsCheck.OSType Modifier and Type Method Description static OsCheck.OSTypeOsCheck. getOperatingSystemType()detect the operating system from the os.name System property and cache the resultstatic OsCheck.OSTypeOsCheck.OSType. valueOf(String name)Returns the enum constant of this type with the specified name.static OsCheck.OSType[]OsCheck.OSType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-