org.apache.commons.jci.compilers
Class EclipseJavaCompilerSettings

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

public final class EclipseJavaCompilerSettings
extends JavaCompilerSettings

Native Eclipse compiler settings

Author:
tcurdt

Constructor Summary
EclipseJavaCompilerSettings()
           
EclipseJavaCompilerSettings(JavaCompilerSettings pSettings)
           
EclipseJavaCompilerSettings(Map<String,String> pMap)
           
 
Method Summary
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

EclipseJavaCompilerSettings

public EclipseJavaCompilerSettings()

EclipseJavaCompilerSettings

public EclipseJavaCompilerSettings(JavaCompilerSettings pSettings)

EclipseJavaCompilerSettings

public EclipseJavaCompilerSettings(Map<String,String> pMap)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.