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