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
Subclasses with type arguments of type SystemUtils.OperatingSystem in org.tquadrat.foundation.utilModifier and TypeClassDescriptionstatic enumThe operating system families that are supported (or not) by Java.
Currently, we can distinguish only between Microsoft Windows, UNIX/Linux and macOS/OS-X.Fields in org.tquadrat.foundation.util with type parameters of type SystemUtils.OperatingSystemModifier and TypeFieldDescriptionprivate static final Lazy<SystemUtils.OperatingSystem> SystemUtils.m_OperatingSystemThe operating system.Methods in org.tquadrat.foundation.util that return SystemUtils.OperatingSystemModifier and TypeMethodDescriptionprivate static final SystemUtils.OperatingSystemSystemUtils.determineOperatingSystem()Determines the operating system.static final SystemUtils.OperatingSystemSystemUtils.getOperatingSystem()Returns the current operating system.static SystemUtils.OperatingSystemReturns 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.
