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
 java.lang.String[] getCustomArguments()
           
 java.util.List getCustomCompilerArguments()
          Deprecated.  
 java.lang.String getInitialMemory()
           
 java.lang.String getMaxmem()
          Deprecated.  
 java.lang.String getMaxMemory()
           
 java.lang.String getMeminitial()
          Deprecated.  
 boolean isOptimize()
           
 void setCustomArguments(java.lang.String[] pCustomArguments)
           
 void setCustomCompilerArguments(java.util.List customCompilerArguments)
          Deprecated.  
 void setInitialMemory(java.lang.String pMemInitial)
           
 void setMaxmem(java.lang.String maxmem)
          Deprecated.  
 void setMaxMemory(java.lang.String pMemMax)
           
 void setMeminitial(java.lang.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(java.lang.String[] pCustomArguments)

getCustomArguments

public java.lang.String[] getCustomArguments()

setMaxMemory

public void setMaxMemory(java.lang.String pMemMax)

getMaxMemory

public java.lang.String getMaxMemory()

setInitialMemory

public void setInitialMemory(java.lang.String pMemInitial)

getInitialMemory

public java.lang.String getInitialMemory()

isOptimize

public boolean isOptimize()

setOptimize

public void setOptimize(boolean pOptimize)

getCustomCompilerArguments

public java.util.List getCustomCompilerArguments()
Deprecated. 


setCustomCompilerArguments

public void setCustomCompilerArguments(java.util.List customCompilerArguments)
Deprecated. 


getMaxmem

public java.lang.String getMaxmem()
Deprecated. 


setMaxmem

public void setMaxmem(java.lang.String maxmem)
Deprecated. 


getMeminitial

public java.lang.String getMeminitial()
Deprecated. 


setMeminitial

public void setMeminitial(java.lang.String meminitial)
Deprecated. 



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