|
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.ForkOptions
public class ForkOptions extends AbstractOptions
Fork options for Java compilation. Only take effect if CompileOptions.fork is true.
Method Summary | |
---|---|
protected List
|
excludedFieldsFromOptionMap()
Internal method. |
protected Map
|
fieldName2AntMap()
Internal method. |
String
|
getExecutable()
Returns the compiler executable to be used. |
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. |
String
|
getTempDir()
Returns the directory used for temporary files that may be created to pass command line arguments to the compiler process. |
void
|
setExecutable(String executable)
Sets the compiler executable to be used. |
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. |
void
|
setTempDir(String tempDir)
Sets the directory used for temporary files that may be created to pass command line arguments to the compiler process. |
Methods inherited from class AbstractOptions | |
---|---|
define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, optionMap |
Method Detail |
---|
protected List excludedFieldsFromOptionMap()
protected Map fieldName2AntMap()
@Input @Optional public String getExecutable()
@Input @Optional public List getJvmArgs()
public String getMemoryInitialSize()
public String getMemoryMaximumSize()
public String getTempDir()
public void setExecutable(String executable)
public void setJvmArgs(List jvmArgs)
public void setMemoryInitialSize(String memoryInitialSize)
public void setMemoryMaximumSize(String memoryMaximumSize)
public void setTempDir(String tempDir)
Gradle API 1.1