public class RemoteBuildRequest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
cacheDirectory |
String[] |
classesToPreserve |
List<String> |
classPath |
boolean |
debugInformationGenerated |
String |
entryPointName |
boolean |
fastDependencyAnalysis |
boolean |
heapDump |
int |
heapSize |
boolean |
incremental |
boolean |
longjmpSupported |
String |
mainClass |
int |
maxTopLevelNames |
boolean |
minifying |
TeaVMOptimizationLevel |
optimizationLevel |
Properties |
properties |
List<String> |
sourceDirectories |
boolean |
sourceFilesCopied |
List<String> |
sourceJarFiles |
boolean |
sourceMapsFileGenerated |
String |
tagetFileName |
String |
targetDirectory |
TeaVMTargetType |
targetType |
String[] |
transformers |
WasmBinaryVersion |
wasmVersion |
| Constructor and Description |
|---|
RemoteBuildRequest() |
public String[] transformers
public String[] classesToPreserve
public TeaVMTargetType targetType
public String mainClass
public String entryPointName
public String targetDirectory
public String tagetFileName
public boolean sourceMapsFileGenerated
public boolean debugInformationGenerated
public boolean sourceFilesCopied
public boolean incremental
public String cacheDirectory
public boolean minifying
public int maxTopLevelNames
public Properties properties
public TeaVMOptimizationLevel optimizationLevel
public boolean fastDependencyAnalysis
public WasmBinaryVersion wasmVersion
public int heapSize
public boolean longjmpSupported
public boolean heapDump
Copyright © 2019. All rights reserved.