|
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 org.gradle.api.tasks.compile.ForkOptions
public class ForkOptions extends BaseForkOptions
Fork options for Java compilation. Only take effect if CompileOptions.fork is true.
Method Summary | |
---|---|
protected boolean
|
excludeFromAntProperties(String fieldName)
|
String
|
getExecutable()
Returns the compiler executable to be used. |
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
|
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 BaseForkOptions | |
---|---|
excludeFromAntProperties, getJvmArgs, getMemoryInitialSize, getMemoryMaximumSize, setJvmArgs, setMemoryInitialSize, setMemoryMaximumSize |
Methods inherited from class AbstractOptions | |
---|---|
define, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
Method Detail |
---|
@Override protected boolean excludeFromAntProperties(String fieldName)
@Input @Optional public String getExecutable()
public String getTempDir()
public void setExecutable(String executable)
public void setTempDir(String tempDir)
Gradle API 1.12