public class JavaCompilerOptions extends Object
| Constructor and Description |
|---|
JavaCompilerOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOptions()
Get list of options that can be passed to the compiler.
|
String |
getRelease() |
String |
getSource() |
String |
getTarget() |
boolean |
isShowWarnings() |
void |
setRelease(String release) |
void |
setShowWarnings(boolean showWarnings) |
void |
setSource(String source) |
void |
setTarget(String target) |
public List<String> getOptions()
public String getSource()
public void setSource(String source)
public String getTarget()
public void setTarget(String target)
public boolean isShowWarnings()
public void setShowWarnings(boolean showWarnings)
public String getRelease()
public void setRelease(String release)
Copyright © 2022 the original author or authors.