Java Fork Options
Specifies the options to use to fork a Java process.
Inheritors
Functions
Link copied to clipboard
Adds the given values to the end of the bootstrap classpath for the process.
Link copied to clipboard
Copies these options to the given options.
Copies these options to the given target options.
Link copied to clipboard
Configures Java Debug Wire Protocol properties for the process.
Link copied to clipboard
Adds some environment variables to the environment for this process.
Adds an environment variable to the environment for this process.
Link copied to clipboard
inline fun ProcessForkOptions.environment(vararg environmentVariables: Pair<String, Any>): ProcessForkOptions
Kotlin extension function for org.gradle.process.ProcessForkOptions.environment.
Link copied to clipboard
Sets the name of the executable to use.
Link copied to clipboard
Returns the full set of arguments to use to launch the JVM for the process.
Link copied to clipboard
Returns the bootstrap classpath to use for the process.
Link copied to clipboard
Returns the Java Debug Wire Protocol properties for the process.
Link copied to clipboard
Returns the default character encoding to use.
Link copied to clipboard
Returns true if assertions are enabled for the process.
Link copied to clipboard
The environment variables to use for the process.
Link copied to clipboard
Returns the name of the executable to use.
Link copied to clipboard
Returns the extra arguments to use to launch the JVM for the process.
Link copied to clipboard
Command line argument providers for the java process to fork.
Link copied to clipboard
Returns the maximum heap size for the process, if any.
Link copied to clipboard
Returns the minimum heap size for the process, if any.
Link copied to clipboard
Returns the system properties which will be used for the process.
Link copied to clipboard
Returns the working directory for the process.
Link copied to clipboard
Adds some arguments to use to launch the JVM for the process.
Link copied to clipboard
Sets the full set of arguments to use to launch the JVM for the process.
Link copied to clipboard
Sets the bootstrap classpath to use for the process.
Link copied to clipboard
Sets the default character encoding to use.
Link copied to clipboard
Enable or disable assertions for the process.
Link copied to clipboard
Sets the environment variable to use for the process.
Link copied to clipboard
Kotlin extension function for org.gradle.process.ProcessForkOptions.setEnvironment.
Link copied to clipboard
Sets the name of the executable to use.
Link copied to clipboard
Sets the extra arguments to use to launch the JVM for the process.
Link copied to clipboard
Sets the maximum heap size for the process.
Link copied to clipboard
Sets the minimum heap size for the process.
Link copied to clipboard
Sets the system properties to use for the process.
Link copied to clipboard
Kotlin extension function for org.gradle.process.JavaForkOptions.setSystemProperties.
Link copied to clipboard
Sets the working directory for the process.
Link copied to clipboard
Adds some system properties to use for the process.
Link copied to clipboard
Kotlin extension function for org.gradle.process.JavaForkOptions.systemProperties.
Link copied to clipboard
Adds a system property to use for the process.
Link copied to clipboard
Sets the working directory for the process.