org.apache.commons.jci.compilers
Class JavacJavaCompilerSettings

java.lang.Object
  extended by org.apache.commons.jci.compilers.JavaCompilerSettings
      extended by org.apache.commons.jci.compilers.JavacJavaCompilerSettings

public final class JavacJavaCompilerSettings
extends JavaCompilerSettings


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

JavacJavaCompilerSettings

public JavacJavaCompilerSettings()

JavacJavaCompilerSettings

public JavacJavaCompilerSettings(JavaCompilerSettings pSettings)
Method Detail

setCustomArguments

public void setCustomArguments(String[] pCustomArguments)

getCustomArguments

public String[] getCustomArguments()

setMaxMemory

public void setMaxMemory(String pMemMax)

getMaxMemory

public String getMaxMemory()

setInitialMemory

public void setInitialMemory(String pMemInitial)

getInitialMemory

public String getInitialMemory()

isOptimize

public boolean isOptimize()

setOptimize

public void setOptimize(boolean pOptimize)

getCustomCompilerArguments

public List getCustomCompilerArguments()
Deprecated. 


setCustomCompilerArguments

public void setCustomCompilerArguments(List customCompilerArguments)
Deprecated. 


getMaxmem

public String getMaxmem()
Deprecated. 


setMaxmem

public void setMaxmem(String maxmem)
Deprecated. 


getMeminitial

public String getMeminitial()
Deprecated. 


setMeminitial

public void setMeminitial(String meminitial)
Deprecated. 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.