Package org.gradle.process
Class ExecSpecAdapters.CommandLineAdapter
java.lang.Object
org.gradle.process.ExecSpecAdapters.CommandLineAdapter
- Enclosing class:
ExecSpecAdapters
Adapter for
ExecSpec.getCommandLine()}
Note: Getter is upgraded via BaseExecSpec.getCommandLine() upgrade.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidsetCommandLine(ExecSpec self, Iterable<?> args) (package private) static voidsetCommandLine(ExecSpec self, Object... args) (package private) static voidsetCommandLine(ExecSpec self, List<String> args)
-
Constructor Details
-
CommandLineAdapter
CommandLineAdapter()
-
-
Method Details
-
setCommandLine
-
setCommandLine
-
setCommandLine
-