Interface CommandLineToolConfiguration
- All Known Subinterfaces:
- GccCommandLineToolConfiguration
An executable tool that forms part of a tool chain.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwithArguments(Action<? super List<String>> arguments) Adds an action that will be applied to the command-line arguments prior to execution.
- 
Method Details- 
withArgumentsAdds an action that will be applied to the command-line arguments prior to execution.
 
-