Class OperatingSystemFamily
java.lang.Object
org.gradle.nativeplatform.OperatingSystemFamily
- All Implemented Interfaces:
Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Linux operating system family.static final StringThe macOS operating system family.static final Attribute<OperatingSystemFamily> static final StringThe Windows operating system family. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OPERATING_SYSTEM_ATTRIBUTE
-
WINDOWS
-
LINUX
-
MACOS
-
-
Constructor Details
-
OperatingSystemFamily
public OperatingSystemFamily()
-
-
Method Details
-
getName
-
isWindows
public boolean isWindows()Is this the Windows operating system family? -
isLinux
public boolean isLinux()Is this the Linux operating system family? -
isMacOs
public boolean isMacOs()Is this the macOS operating system family?
-