Groovy Documentation

org.gradle.nativebinaries.platform
[Java] Interface Architecture

org.gradle.nativebinaries.platform.Architecture
  org.gradle.api.Named
All Superinterfaces:
Named

@Incubating
@HasInternalProtocol
public interface Architecture
extends Named

A cpu architecture.


Method Summary
String getDisplayName()

Returns a human-consumable display name for this architecture.

 
Methods inherited from interface Named
getName
 

Method Detail

getDisplayName

public String getDisplayName()
Returns a human-consumable display name for this architecture.


 

Gradle API 1.12