- All Superinterfaces:
BaseExecSpec, JavaForkOptions, ProcessForkOptions
- All Known Implementing Classes:
JavaExec
-
Method Summary
Adds args for the main class to be executed.
Adds args for the main class to be executed.
classpath (@Nullable Object... paths)Adds elements to the classpath for executing the main class.
getArgs()Returns the arguments passed to the main class to be executed.
Argument providers for the application.
Returns the classpath for executing the main class.
Extra JVM arguments to be to use to launch the JVM for the process.
The fully qualified name of the Main class to be executed.
The name of the main module to be executed if the application should run as a Java module.
Returns the module path handling for executing the main class.
Sets the args for the main class to be executed.
Sets the args for the main class to be executed.
Sets the classpath for executing the main class.
Methods inherited from interface JavaForkOptions
bootstrapClasspath, copyTo, debugOptions, getAllJvmArgs, getBootstrapClasspath, getDebug, getDebugOptions, getDefaultCharacterEncoding, getEnableAssertions, getJvmArgs, getJvmArgumentProviders, getMaxHeapSize, getMinHeapSize, getSystemProperties, jvmArgs, jvmArgs, setAllJvmArgs, setAllJvmArgs, setBootstrapClasspath, setDebug, setDefaultCharacterEncoding, setEnableAssertions, setJvmArgs, setJvmArgs, setMaxHeapSize, setMinHeapSize, setSystemProperties, systemProperties, systemPropertyMethods inherited from interface ProcessForkOptions
copyTo, environment, environment, executable, getEnvironment, getExecutable, getWorkingDir, getWorkingDirectory, setEnvironment, setExecutable, setExecutable, setWorkingDir, setWorkingDir, workingDir
-
Method Details
-
getJvmArguments
-
getMainModule
-
getMainClass
-
getArgs
-
args
-
args
-
setArgs
-
setArgs
-
getArgumentProviders
-
classpath
-
getClasspath
-
setClasspath
-
getModularity
-