|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.compile.AbstractOptions
org.gradle.api.tasks.compile.GroovyForkOptions
public class GroovyForkOptions extends AbstractOptions
Fork options for Groovy compilation. Only take effect if GroovyCompileOptions.fork is true.
Method Summary | |
---|---|
protected List
|
excludedFieldsFromOptionMap()
Internal method. |
List
|
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 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 AbstractOptions | |
---|---|
define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, optionMap |
Method Detail |
---|
protected List excludedFieldsFromOptionMap()
@Input @Optional public List getJvmArgs()
public String getMemoryInitialSize()
public String getMemoryMaximumSize()
public void setJvmArgs(List jvmArgs)
public void setMemoryInitialSize(String memoryInitialSize)
public void setMemoryMaximumSize(String memoryMaximumSize)
Gradle API 1.1-rc-2