Uses of Class
com.helger.commons.system.EOperatingSystem
-
Packages that use EOperatingSystem Package Description com.helger.commons.system -
-
Uses of EOperatingSystem in com.helger.commons.system
Methods in com.helger.commons.system that return EOperatingSystem Modifier and Type Method Description static EOperatingSystemEOperatingSystem. forName(String sOSName)Retrieves the operating system for the provided name.static EOperatingSystemEOperatingSystem. getCurrentOS()static EOperatingSystemSystemHelper. getOperatingSystem()static EOperatingSystemEOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static EOperatingSystem[]EOperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-