Uses of Class
berlin.yuna.clu.logic.SystemUtil.OperatingSystem
-
Packages that use SystemUtil.OperatingSystem Package Description berlin.yuna.clu.logic -
-
Uses of SystemUtil.OperatingSystem in berlin.yuna.clu.logic
Methods in berlin.yuna.clu.logic that return SystemUtil.OperatingSystem Modifier and Type Method Description static SystemUtil.OperatingSystemSystemUtil. getOsType()Get current operating systemstatic SystemUtil.OperatingSystemSystemUtil.OperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemUtil.OperatingSystem[]SystemUtil.OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-