Adds configurability via Closure.
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.ysb33r.grolifant.api.v4.exec.ToolExecSpec |
configure(groovy.lang.Closure cfg)Configure this spec from a closure. |
| Methods inherited from class | Name |
|---|---|
interface org.ysb33r.grolifant.api.v4.exec.ToolExecSpec |
org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#configure(org.gradle.api.Action), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#copyToExecSpec(org.gradle.process.ExecSpec), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setExeArgs(java.lang.Iterable), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getExeArgs(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#exeArgs(java.lang.Iterable), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#exeArgs([Ljava.lang.Object;), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getResolvableExecutable(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#executable(org.ysb33r.grolifant.api.v4.exec.ResolvableExecutable), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#executable(java.util.Map), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setExecutable(java.util.Map), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setExecutable(java.lang.String), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setExecutable(org.ysb33r.grolifant.api.v4.exec.ResolvableExecutable), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setWorkingDir(java.io.File), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#errorOutput(java.io.OutputStream), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#ignoreExitValue(boolean), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#standardOutput(java.io.OutputStream), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#standardInput(java.io.InputStream), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setStandardOutput(java.io.OutputStream), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setErrorOutput(java.io.OutputStream), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setIgnoreExitValue(boolean), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setStandardInput(java.io.InputStream), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#isIgnoreExitValue(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getStandardOutput(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getErrorOutput(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getCommandLine(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getStandardInput(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setWorkingDir(java.lang.Object), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#workingDir(java.lang.Object), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getWorkingDir(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getEnvironment(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setEnvironment(java.util.Map), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#getExecutable(), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#copyTo(org.gradle.process.ProcessForkOptions), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#executable(java.lang.Object), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#setExecutable(java.lang.Object), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#environment(java.util.Map), org.ysb33r.grolifant.api.v4.exec.ToolExecSpec#environment(java.lang.String, java.lang.Object) |