ForkOptions, GroovyForkOptions, ScalaForkOptionspublic class BaseForkOptions extends AbstractOptions
fork
 is true.| Constructor | Description | 
|---|---|
| BaseForkOptions() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected boolean | excludeFromAntProperties(java.lang.String fieldName) | |
| java.util.List<java.lang.String> | getJvmArgs() | Returns any additional JVM arguments for the compiler process. | 
| java.lang.String | getMemoryInitialSize() | Returns the initial heap size for the compiler process. | 
| java.lang.String | getMemoryMaximumSize() | Returns the maximum heap size for the compiler process. | 
| void | setJvmArgs(java.util.List<java.lang.String> jvmArgs) | Sets any additional JVM arguments for the compiler process. | 
| void | setMemoryInitialSize(java.lang.String memoryInitialSize) | Sets the initial heap size for the compiler process. | 
| void | setMemoryMaximumSize(java.lang.String memoryMaximumSize) | Sets the maximum heap size for the compiler process. | 
define, getAntPropertyName, getAntPropertyValue, optionMap@Internal public java.lang.String getMemoryInitialSize()
null, in which case the JVM's default will be used.public void setMemoryInitialSize(java.lang.String memoryInitialSize)
null, in which case the JVM's default will be used.@Internal public java.lang.String getMemoryMaximumSize()
null, in which case the JVM's default will be used.public void setMemoryMaximumSize(java.lang.String memoryMaximumSize)
null, in which case the JVM's default will be used.@Nullable @Optional @Input public java.util.List<java.lang.String> getJvmArgs()
public void setJvmArgs(@Nullable
                       java.util.List<java.lang.String> jvmArgs)
protected boolean excludeFromAntProperties(java.lang.String fieldName)
excludeFromAntProperties in class AbstractOptions