@Incubating public interface TargetMachine
Modifier and Type | Method | Description |
---|---|---|
TargetMachine |
architecture(String architecture) |
Returns a
TargetMachine for the operating system of this machine and the specified architecture. |
MachineArchitecture |
getArchitecture() |
Returns the target architecture
|
OperatingSystemFamily |
getOperatingSystemFamily() |
Returns the target operating system
|
TargetMachine |
getX86() |
Returns a
TargetMachine for the operating system of this machine and the x86 32-bit architecture |
TargetMachine |
getX86_64() |
Returns a
TargetMachine for the operating system of this machine and the x86 64-bit architecture |
OperatingSystemFamily getOperatingSystemFamily()
MachineArchitecture getArchitecture()
TargetMachine 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.