public interface OperatingSystemFamily extends OperatingSystemFamily
Note: This interface is not intended for implementation by build script or plugin authors.
Modifier and Type | Method and Description |
---|---|
boolean |
isFreeBSD()
Checks if the operating system family is FreeBSD.
|
default boolean |
isiOS()
Check if the operating system family is iOS.
|
boolean |
isIos()
Check if the operating system family is iOS.
|
boolean |
isLinux()
Checks if the operating system family is Linux.
|
boolean |
isMacOs()
Checks if the operating system family is macOS.
|
default boolean |
isMacOS()
Check if the operating system family is macOS.
|
boolean |
isWindows()
Checks if the operating system family is Windows.
|
boolean isWindows()
isWindows
in interface OperatingSystemFamily
true
if the operating system family is Windows or false
otherwise.boolean isLinux()
isLinux
in interface OperatingSystemFamily
true
if the operating system family is Linux or false
otherwise.boolean isMacOs()
isMacOs
in interface OperatingSystemFamily
true
if the operating system family is macOS or false
otherwise.default boolean isMacOS()
isMacOS
in interface OperatingSystemFamily
true
if the operating system family is macOS or false
otherwise.boolean isFreeBSD()
isFreeBSD
in interface OperatingSystemFamily
true
if the operating system family is FreeBSD or false
otherwise.boolean isIos()
true
if the operating system family is iOS or false
otherwise.default boolean isiOS()
true
if the operating system family is iOS or false
otherwise.