|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.compile.AbstractOptions
org.gradle.api.tasks.compile.ForkOptions
class ForkOptions extends AbstractOptions
Property Summary | |
---|---|
String |
executable
The executable to use to fork the compiler. |
List |
jvmArgs
Any additional JVM arguments for the compiler process. |
String |
memoryInitialSize
The initial heap size for the compiler process. |
String |
memoryMaximumSize
The maximum heap size for the compiler process. |
String |
tempDir
Directory for temporary files. |
boolean |
useCompilerDaemon
Whether to use the Gradle compiler daemon or simply forking a new process for each Compile task. |
Method Summary | |
---|---|
List
|
excludedFieldsFromOptionMap()
|
Map
|
fieldName2AntMap()
|
Methods inherited from class AbstractOptions | |
---|---|
addValueToMapIfNotNull, define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, isOptionField, optionMap |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
@Input @Optional String executable
List jvmArgs
String memoryInitialSize
String memoryMaximumSize
String tempDir
boolean useCompilerDaemon
Method Detail |
---|
List excludedFieldsFromOptionMap()
Map fieldName2AntMap()
Gradle API 1.0-milestone-8a