public class TargetPlatform
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetPlatform.Arch |
| Modifier and Type | Field and Description |
|---|---|
static TargetPlatform |
CURRENT |
| Constructor and Description |
|---|
TargetPlatform(Platform platform,
TargetPlatform.Arch arch) |
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform.Arch |
getArch() |
Platform |
getPlatform() |
public static final TargetPlatform CURRENT
public TargetPlatform(Platform platform, TargetPlatform.Arch arch)
public Platform getPlatform()
public TargetPlatform.Arch getArch()