public class JavacConfig
extends java.lang.Object
Constructor and Description |
---|
JavacConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgs()
Gets the args.
|
java.lang.String |
getCompiler()
Gets the compiler.
|
java.lang.String |
getEncoding()
Gets the encoding.
|
static JavacConfig |
getLocalConfig()
Returns the environment configuration.
|
int |
getMaxBatch()
Sets the number of files to batch.
|
long |
getMaxCompileTime() |
long |
getStartTimeout() |
void |
init()
Stores self.
|
void |
setArgs(java.lang.String args)
Sets the args.
|
void |
setCompiler(java.lang.String compiler)
Sets the compiler.
|
void |
setCompilerArgs(java.lang.String args)
Sets the compiler args (backwards compat)
|
void |
setEncoding(java.lang.String encoding)
Sets the encoding.
|
void |
setMaxBatch(int max)
Sets the number of files to batch.
|
void |
setMaxCompileTime(Period period) |
void |
setStartTimeout(Period period) |
public static JavacConfig getLocalConfig()
public void setCompiler(java.lang.String compiler)
public java.lang.String getCompiler()
public void setArgs(java.lang.String args)
public java.lang.String getArgs()
public void setEncoding(java.lang.String encoding)
public java.lang.String getEncoding()
public void setMaxBatch(int max)
public int getMaxBatch()
public void setCompilerArgs(java.lang.String args)
public long getStartTimeout()
public void setStartTimeout(Period period)
public long getMaxCompileTime()
public void setMaxCompileTime(Period period)
@PostConstruct public void init()