API Documentation: OperatingSystemFamily

Represents the operating system family of a configuration. Typical operating system family include Windows, Linux, and macOS.

Note: This interface is not intended for implementation by build script or plugin authors.

Properties

Property Description

freeBSD

Checks if the operating system family is FreeBSD.

linux

Checks if the operating system family is Linux.

macOS

Check if the operating system family is macOS.

windows

Checks if the operating system family is Windows.

Methods

No methods.

Property Details

boolean freeBSD (read-only)

Checks if the operating system family is FreeBSD.

boolean linux (read-only)

Checks if the operating system family is Linux.

boolean macOS (read-only)

Check if the operating system family is macOS.

boolean windows (read-only)

Checks if the operating system family is Windows.