JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.api.tasks.compile
CompilerArgumentProvider
Contents
Description
Method Summary
Method Details
asArguments()
Hide sidebar
Show sidebar
Interface CompilerArgumentProvider
@Incubating
public interface
CompilerArgumentProvider
Provides command-line arguments to the compiler.
Since:
4.5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Iterable
<
String
>
asArguments
()
The command-line arguments which will be provided to the compiler.
Method Details
asArguments
Iterable
<
String
>
asArguments
()
The command-line arguments which will be provided to the compiler.