Groovy Documentation

org.gradle.nativecode.toolchain
[Java] Interface Tool


@Incubating
public interface Tool

An executable tool that forms part of a tool chain.


Method Summary
String getExe()

The name of the executable file for this tool.

void setExe(String file)

Set the name of the executable file for this tool.

 

Method Detail

getExe

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


setExe

public void setExe(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.8