JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.nativeplatform
Tool
Contents
Description
Method Summary
Method Details
getArgs()
args(String...)
Hide sidebar
Show sidebar
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
(
String
... args)
Adds a number of arguments to be passed to the tool.
List
<
String
>
getArgs
()
The arguments passed when executing this tool.
Method Details
getArgs
List
<
String
>
getArgs
()
The arguments passed when executing this tool.
args
void
args
(
String
... args)
Adds a number of arguments to be passed to the tool.