TargetMachine@Incubating public interface TargetMachineBuilder extends TargetMachine
TargetMachine objects.| Modifier and Type | Method | Description | 
|---|---|---|
| TargetMachine | architecture(String architecture) | Returns a  TargetMachinefor the operating system of this machine and the specified architecture. | 
| TargetMachine | getX86() | Returns a  TargetMachinefor the operating system of this machine and the x86 32-bit architecture | 
| TargetMachine | getX86_64() | Returns a  TargetMachinefor the operating system of this machine and the x86 64-bit architecture | 
getArchitecture, getOperatingSystemFamilyTargetMachine getX86()
TargetMachine for the operating system of this machine and the x86 32-bit architectureTargetMachine getX86_64()
TargetMachine for the operating system of this machine and the x86 64-bit architectureTargetMachine architecture(String architecture)
TargetMachine for the operating system of this machine and the specified architecture.