public class ForkOptions extends BaseForkOptions
CompileOptions.fork
is true
.Constructor and Description |
---|
ForkOptions() |
Modifier and Type | Method and 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.
|
getJvmArgs, getMemoryInitialSize, getMemoryMaximumSize, setJvmArgs, setMemoryInitialSize, setMemoryMaximumSize
define, getAntPropertyName, getAntPropertyValue, optionMap
@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