|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@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. |
void
|
withArguments(Closure arguments)
Adds an action that will be applied to the command-line arguments prior to execution. |
Method Detail |
---|
public String getExecutable()
public void setExecutable(String file)
public void withArguments(Closure arguments)
Gradle API 1.12