Class ConditionalArgumentProvider
-
- All Implemented Interfaces:
-
org.gradle.process.CommandLineArgumentProvider
public final class ConditionalArgumentProvider implements CommandLineArgumentProviderEnables lazy computation of the command line arguments. Note: do not use this class if the value of the option depends on the file contents.
-
-
Constructor Summary
Constructors Constructor Description ConditionalArgumentProvider(Provider<Iterable<String>> args)
-