Uses of Enum Class
org.tquadrat.foundation.util.SystemUtils.OperatingSystem
Packages that use SystemUtils.OperatingSystem
Package
Description
The utility classes provided for the Foundation
library.
-
Uses of SystemUtils.OperatingSystem in org.tquadrat.foundation.util
Fields in org.tquadrat.foundation.util with type parameters of type SystemUtils.OperatingSystemModifier and TypeFieldDescriptionprivate static final Lazy
<SystemUtils.OperatingSystem> SystemUtils.m_OperatingSystem
The operating system.Methods in org.tquadrat.foundation.util that return SystemUtils.OperatingSystemModifier and TypeMethodDescriptionprivate static final SystemUtils.OperatingSystem
SystemUtils.determineOperatingSystem()
Determines the operating system.static final SystemUtils.OperatingSystem
SystemUtils.getOperatingSystem()
Returns the current operating system.static SystemUtils.OperatingSystem
Returns the enum constant of this class with the specified name.static SystemUtils.OperatingSystem[]
SystemUtils.OperatingSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.