Groovy Documentation

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


@Incubating
public interface GccTool

An executable tool that forms part of a tool chain.


Method Summary
String getExecutable()

The name of the executable file for this tool.

void setExecutable(String file)

Set the name of the executable file for this tool.

 

Method Detail

getExecutable

public String getExecutable()
The name of the executable file for this tool.


setExecutable

public void setExecutable(String file)
Set the name of the executable file for this tool. The executable will be located in the tool chain path.


 

Gradle API 1.9-rc-1