|
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 | |
|---|---|
java.lang.String |
executable
The executable to use to fork the compiler. |
java.util.List |
jvmArgs
The JVM command-line arguments for the compiler process. |
java.lang.String |
memoryInitialSize
The initial heap size for the compiler process. |
java.lang.String |
memoryMaximumSize
The maximum heap size for the compiler process. |
java.lang.String |
tempDir
|
| Method Summary | |
|---|---|
java.util.Map
|
fieldName2AntMap()
|
| Methods inherited from class AbstractOptions | |
|---|---|
| addValueToMapIfNotNull, define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, isOptionField, optionMap |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
@Input @Optional java.lang.String executable
java.util.List jvmArgs
java.lang.String memoryInitialSize
java.lang.String memoryMaximumSize
java.lang.String tempDir
| Method Detail |
|---|
java.util.Map fieldName2AntMap()
Groovy Documentation