Package org.gradle.process
Interface CommandLineArgumentProvider
public interface CommandLineArgumentProvider
Provides arguments to a process.
- Since:
- 4.6
-
Method Summary
Modifier and TypeMethodDescriptionThe arguments which will be provided to the process.
-
Method Details
-
asArguments
The arguments which will be provided to the process.
-