Package org.gradle.nativeplatform
Interface Tool
-
- All Known Subinterfaces:
PreprocessingTool
@Incubating public interface Tool
Configuration of the arguments of a ToolChain executable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
args(java.lang.String... args)
Adds a number of arguments to be passed to the tool.java.util.List<java.lang.String>
getArgs()
The arguments passed when executing this tool.
-