Package org.apache.commons.jci.compilers
Class JaninoJavaCompilerSettings
- java.lang.Object
-
- org.apache.commons.jci.compilers.JavaCompilerSettings
-
- org.apache.commons.jci.compilers.JaninoJavaCompilerSettings
-
public final class JaninoJavaCompilerSettings extends JavaCompilerSettings
-
-
Constructor Summary
Constructors Constructor Description JaninoJavaCompilerSettings()
JaninoJavaCompilerSettings(JaninoJavaCompilerSettings pSettings)
-
Method Summary
-
Methods inherited from class org.apache.commons.jci.compilers.JavaCompilerSettings
getSourceEncoding, getSourceVersion, getTargetVersion, isDebug, isDeprecations, isVerbose, isWarnings, setDebug, setDeprecations, setSourceEncoding, setSourceVersion, setTargetVersion, setVerbose, setWarnings
-
-
-
-
Constructor Detail
-
JaninoJavaCompilerSettings
public JaninoJavaCompilerSettings()
-
JaninoJavaCompilerSettings
public JaninoJavaCompilerSettings(JaninoJavaCompilerSettings pSettings)
-
-