public class CompilerSettingsParameters extends AbstractSettingsParameters<CompilerSettingsParameters>
| Constructor and Description |
|---|
CompilerSettingsParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(CompilerSettingsParameters to) |
String |
getOutputPath() |
boolean |
isSourceBased() |
void |
setOuputPath(String outputPath) |
void |
setSourceBased(boolean sourceBased) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSimpleType, isSimpleType, load, loadFields, read, read, readList, readList, save, saveFields, write, write, writeListpublic boolean isSourceBased()
public void setSourceBased(boolean sourceBased)
public String getOutputPath()
public void setOuputPath(String outputPath)
public void copy(CompilerSettingsParameters to)
Copyright © 2019. All rights reserved.