|
|||||||||
| PREV CLASS NEXT CLASS | 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.BaseForkOptions
public class BaseForkOptions
Fork options for compilation. Only take effect if fork
is true.
| Constructor Summary | |
|---|---|
BaseForkOptions()
|
|
| Method Summary | |
|---|---|
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 org.gradle.api.tasks.compile.AbstractOptions |
|---|
define, getAntPropertyName, getAntPropertyValue, optionMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseForkOptions()
| Method Detail |
|---|
public String getMemoryInitialSize()
null, in which case the JVM's default will be used.
public void setMemoryInitialSize(String memoryInitialSize)
null, in which case the JVM's default will be used.
public String getMemoryMaximumSize()
null, in which case the JVM's default will be used.
public void setMemoryMaximumSize(String memoryMaximumSize)
null, in which case the JVM's default will be used.
@Input @Optional public List<String> getJvmArgs()
public void setJvmArgs(List<String> jvmArgs)
protected boolean excludeFromAntProperties(String fieldName)
excludeFromAntProperties in class AbstractOptions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||