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