|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.tasks.compile.AbstractOptions org.gradle.api.tasks.compile.BaseForkOptions
public class BaseForkOptions extends AbstractOptions
Fork options for compilation. Only take effect if fork is true.
Method Summary | |
---|---|
protected boolean
|
excludeFromAntProperties(String fieldName)
|
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, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
Method Detail |
---|
@Override protected boolean excludeFromAntProperties(String fieldName)
@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.12