public class JavaCompilerSettings extends Object
Constructor and Description |
---|
JavaCompilerSettings() |
JavaCompilerSettings(JavaCompilerSettings pSettings) |
Modifier and Type | Method and Description |
---|---|
String |
getSourceEncoding() |
String |
getSourceVersion() |
String |
getTargetVersion() |
boolean |
isDebug() |
boolean |
isDeprecations() |
boolean |
isVerbose()
Deprecated.
|
boolean |
isWarnings() |
void |
setDebug(boolean pDebug) |
void |
setDeprecations(boolean pDeprecations) |
void |
setSourceEncoding(String pSourceEncoding) |
void |
setSourceVersion(String pSourceVersion) |
void |
setTargetVersion(String pTargetVersion) |
void |
setVerbose(boolean pVerbose)
Deprecated.
|
void |
setWarnings(boolean pWarnings) |
public JavaCompilerSettings()
public JavaCompilerSettings(JavaCompilerSettings pSettings)
public void setTargetVersion(String pTargetVersion)
public String getTargetVersion()
public void setSourceVersion(String pSourceVersion)
public String getSourceVersion()
public void setSourceEncoding(String pSourceEncoding)
public String getSourceEncoding()
public void setWarnings(boolean pWarnings)
public boolean isWarnings()
public void setDeprecations(boolean pDeprecations)
public boolean isDeprecations()
public void setDebug(boolean pDebug)
public boolean isDebug()
@Deprecated public void setVerbose(boolean pVerbose)
@Deprecated public boolean isVerbose()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.