|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jci.compilers.JavaCompilerSettings
org.apache.commons.jci.compilers.JavacJavaCompilerSettings
public final class JavacJavaCompilerSettings
Constructor Summary | |
---|---|
JavacJavaCompilerSettings()
|
|
JavacJavaCompilerSettings(JavaCompilerSettings pSettings)
|
Method Summary | |
---|---|
String[] |
getCustomArguments()
|
List |
getCustomCompilerArguments()
Deprecated. |
String |
getInitialMemory()
|
String |
getMaxmem()
Deprecated. |
String |
getMaxMemory()
|
String |
getMeminitial()
Deprecated. |
boolean |
isOptimize()
|
void |
setCustomArguments(String[] pCustomArguments)
|
void |
setCustomCompilerArguments(List customCompilerArguments)
Deprecated. |
void |
setInitialMemory(String pMemInitial)
|
void |
setMaxmem(String maxmem)
Deprecated. |
void |
setMaxMemory(String pMemMax)
|
void |
setMeminitial(String meminitial)
Deprecated. |
void |
setOptimize(boolean pOptimize)
|
Methods inherited from class org.apache.commons.jci.compilers.JavaCompilerSettings |
---|
getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarnings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavacJavaCompilerSettings()
public JavacJavaCompilerSettings(JavaCompilerSettings pSettings)
Method Detail |
---|
public void setCustomArguments(String[] pCustomArguments)
public String[] getCustomArguments()
public void setMaxMemory(String pMemMax)
public String getMaxMemory()
public void setInitialMemory(String pMemInitial)
public String getInitialMemory()
public boolean isOptimize()
public void setOptimize(boolean pOptimize)
public List getCustomCompilerArguments()
public void setCustomCompilerArguments(List customCompilerArguments)
public String getMaxmem()
public void setMaxmem(String maxmem)
public String getMeminitial()
public void setMeminitial(String meminitial)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |