| Package | Description |
|---|---|
| org.teavm.tooling | |
| org.teavm.tooling.builder | |
| org.teavm.tooling.daemon |
| Modifier and Type | Method and Description |
|---|---|
TeaVMTargetType |
TeaVMTool.getTargetType() |
static TeaVMTargetType |
TeaVMTargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeaVMTargetType[] |
TeaVMTargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeaVMTool.setTargetType(TeaVMTargetType targetType) |
| Modifier and Type | Method and Description |
|---|---|
void |
InProcessBuildStrategy.setTargetType(TeaVMTargetType targetType) |
void |
RemoteBuildStrategy.setTargetType(TeaVMTargetType targetType) |
void |
BuildStrategy.setTargetType(TeaVMTargetType targetType) |
| Modifier and Type | Field and Description |
|---|---|
TeaVMTargetType |
RemoteBuildRequest.targetType |
Copyright © 2019. All rights reserved.