public class ClojureExecAction
extends org.gradle.process.internal.JavaExecHandleBuilder
implements org.gradle.process.internal.JavaExecAction
| Constructor and Description |
|---|
ClojureExecAction(org.gradle.api.internal.file.FileResolver fileResolver,
org.gradle.api.file.FileCollection driver) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.process.ExecResult |
execute() |
java.util.List<java.lang.String> |
getAllArguments() |
java.util.List<java.lang.String> |
getAllJvmArgs() |
args, args, bootstrapClasspath, build, classpath, copyTo, getArgs, getBootstrapClasspath, getClasspath, getDebug, getDefaultCharacterEncoding, getEnableAssertions, getJvmArgs, getMain, getMaxHeapSize, getMinHeapSize, getSystemProperties, jvmArgs, jvmArgs, setAllJvmArgs, setArgs, setBootstrapClasspath, setClasspath, setDebug, setDefaultCharacterEncoding, setEnableAssertions, setIgnoreExitValue, setJvmArgs, setMain, setMaxHeapSize, setMinHeapSize, setSystemProperties, systemProperties, systemPropertygetCommandLine, getDisplayName, getErrorOutput, getStandardInput, getStandardOutput, isIgnoreExitValue, listener, redirectErrorStream, setDisplayName, setErrorOutput, setStandardInput, setStandardOutput, setTimeout, streamsHandlercopyTo, environment, environment, executable, getActualEnvironment, getEnvironment, getExecutable, getResolver, getWorkingDir, setEnvironment, setExecutable, setWorkingDir, workingDirclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitargs, args, classpath, getArgs, getClasspath, getMain, setArgs, setClasspath, setMainbootstrapClasspath, copyTo, getBootstrapClasspath, getDebug, getDefaultCharacterEncoding, getEnableAssertions, getJvmArgs, getMaxHeapSize, getMinHeapSize, getSystemProperties, jvmArgs, jvmArgs, setAllJvmArgs, setBootstrapClasspath, setDebug, setDefaultCharacterEncoding, setEnableAssertions, setJvmArgs, setMaxHeapSize, setMinHeapSize, setSystemProperties, systemProperties, systemPropertypublic ClojureExecAction(org.gradle.api.internal.file.FileResolver fileResolver,
org.gradle.api.file.FileCollection driver)
public java.util.List<java.lang.String> getAllJvmArgs()
getAllJvmArgs in interface org.gradle.process.JavaForkOptionsgetAllJvmArgs in class org.gradle.process.internal.JavaExecHandleBuilderpublic java.util.List<java.lang.String> getAllArguments()
getAllArguments in class org.gradle.process.internal.JavaExecHandleBuilderpublic org.gradle.process.ExecResult execute()
execute in interface org.gradle.process.internal.JavaExecAction