Groovy Documentation

org.gradle.nativebinaries.toolchain
[Java] Interface ToolChain

org.gradle.nativebinaries.toolchain.ToolChain
  org.gradle.api.Named
All Superinterfaces:
Named

@Incubating
@HasInternalProtocol
public interface ToolChain
extends Named

A set of compilers and linkers that are used together to construct a native binary.


Method Summary
String getDisplayName()

Returns a human consumable name for this tool chain.

 
Methods inherited from interface Named
getName
 

Method Detail

getDisplayName

public String getDisplayName()
Returns a human consumable name for this tool chain.
Since:
1.11


 

Gradle API 1.12