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 voidargs(String... args)Adds a number of arguments to be passed to the tool.List<String>getArgs()The arguments passed when executing this tool.
-