@Incubating public interface CommandLineToolConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
withArguments(Action<? super java.util.List<java.lang.String>> arguments)
Adds an action that will be applied to the command-line arguments prior to execution.
|
void withArguments(Action<? super java.util.List<java.lang.String>> arguments)