|
|||||||||
| 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
org.gradle.api.tasks.compile.ForkOptions
public class ForkOptions
Fork options for Java compilation. Only take effect if CompileOptions.fork is true.
| Constructor Summary | |
|---|---|
ForkOptions()
|
|
| 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 org.gradle.api.tasks.compile.BaseForkOptions |
|---|
getJvmArgs, getMemoryInitialSize, getMemoryMaximumSize, setJvmArgs, setMemoryInitialSize, setMemoryMaximumSize |
| 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 ForkOptions()
| Method Detail |
|---|
@Input @Optional public String getExecutable()
null.
public void setExecutable(String executable)
null.
public String getTempDir()
null,
in which case the directory will be chosen automatically.
public void setTempDir(String tempDir)
null,
in which case the directory will be chosen automatically.
protected boolean excludeFromAntProperties(String fieldName)
excludeFromAntProperties in class BaseForkOptions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||