Serializable
public class ForkOptions extends BaseForkOptions
CompileOptions.fork
is true
.Constructor | Description |
---|---|
ForkOptions() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
define, getAntPropertyName, getAntPropertyValue, optionMap
getJvmArgs, getMemoryInitialSize, getMemoryMaximumSize, setJvmArgs, setMemoryInitialSize, setMemoryMaximumSize
@Input @Optional public String getExecutable()
null
.public void setExecutable(String executable)
null
.@Internal 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