Fork options for compilation. Only take effect if fork
is true
.
Type | Name and description |
---|---|
protected boolean |
excludeFromAntProperties(String fieldName) |
List<String> |
getJvmArgs() Returns any additional JVM arguments for the compiler process. |
String |
getMemoryInitialSize() Returns the initial heap size for the compiler process. |
String |
getMemoryMaximumSize() Returns the maximum heap size for the compiler process. |
void |
setJvmArgs(List<String> jvmArgs) Sets any additional JVM arguments for the compiler process. |
void |
setMemoryInitialSize(String memoryInitialSize) Sets the initial heap size for the compiler process. |
void |
setMemoryMaximumSize(String memoryMaximumSize) Sets the maximum heap size for the compiler process. |
Methods inherited from class | Name |
---|---|
class AbstractOptions |
define, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
Returns any additional JVM arguments for the compiler process. Defaults to the empty list.
Returns the initial heap size for the compiler process.
Defaults to null
, in which case the JVM's default will be used.
Returns the maximum heap size for the compiler process.
Defaults to null
, in which case the JVM's default will be used.
Sets any additional JVM arguments for the compiler process. Defaults to the empty list.
Sets the initial heap size for the compiler process.
Defaults to null
, in which case the JVM's default will be used.
Sets the maximum heap size for the compiler process.
Defaults to null
, in which case the JVM's default will be used.