public class JavaCompilerSettings
extends java.lang.Object
| Constructor and Description |
|---|
JavaCompilerSettings() |
JavaCompilerSettings(JavaCompilerSettings pSettings) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSourceEncoding() |
java.lang.String |
getSourceVersion() |
java.lang.String |
getTargetVersion() |
boolean |
isDebug() |
boolean |
isDeprecations() |
boolean |
isVerbose()
Deprecated.
|
boolean |
isWarnings() |
void |
setDebug(boolean pDebug) |
void |
setDeprecations(boolean pDeprecations) |
void |
setSourceEncoding(java.lang.String pSourceEncoding) |
void |
setSourceVersion(java.lang.String pSourceVersion) |
void |
setTargetVersion(java.lang.String pTargetVersion) |
void |
setVerbose(boolean pVerbose)
Deprecated.
|
void |
setWarnings(boolean pWarnings) |
public JavaCompilerSettings()
public JavaCompilerSettings(JavaCompilerSettings pSettings)
public void setTargetVersion(java.lang.String pTargetVersion)
public java.lang.String getTargetVersion()
public void setSourceVersion(java.lang.String pSourceVersion)
public java.lang.String getSourceVersion()
public void setSourceEncoding(java.lang.String pSourceEncoding)
public java.lang.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()