|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.java.JavacConfig
public class JavacConfig
Constructor Summary | |
---|---|
JavacConfig()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavacConfig()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |