Class ConditionalArgumentProvider

  • All Implemented Interfaces:
    org.gradle.process.CommandLineArgumentProvider

    
    public final class ConditionalArgumentProvider
     implements CommandLineArgumentProvider
                        

    Enables lazy computation of the command line arguments. Note: do not use this class if the value of the option depends on the file contents.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Provider<Iterable<String>> args
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Provider<Iterable<String>> getArgs()
      Iterable<String> asArguments()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait