api / org.gradle.process / CommandLineArgumentProvider

CommandLineArgumentProvider

@Incubating interface CommandLineArgumentProvider

Provides arguments to a process.

Since
4.6

Functions

asArguments

abstract fun asArguments(): MutableIterable<String>

The arguments which will be provided to the process.

Inheritors

CompilerArgumentProvider

interface CompilerArgumentProvider : CommandLineArgumentProvider

Provides command-line arguments to the compiler.