|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.nativebinaries.platform.OperatingSystem org.gradle.api.Named
@Incubating public interface OperatingSystem extends Named
A machine operating system.
Method Summary | |
---|---|
String
|
getDisplayName()
Returns a human-consumable display name for this operating system. |
boolean
|
isCurrent()
Is this the current OS? |
boolean
|
isFreeBSD()
Is it FreeBSD? |
boolean
|
isLinux()
Is it Linux? |
boolean
|
isMacOsX()
Is it Mac OS X? |
boolean
|
isSolaris()
Is it Solaris? |
boolean
|
isWindows()
Is it Windows? |
Methods inherited from interface Named | |
---|---|
getName |
Method Detail |
---|
public String getDisplayName()
public boolean isCurrent()
public boolean isFreeBSD()
public boolean isLinux()
public boolean isMacOsX()
public boolean isSolaris()
public boolean isWindows()
Gradle API 1.12