Package org.gradle.nativeplatform
Interface TargetMachineBuilder
- All Superinterfaces:
- TargetMachine
A builder for configuring the architecture of a 
TargetMachine objects.- Since:
- 5.2
- 
Method SummaryModifier and TypeMethodDescriptionarchitecture(String architecture) Returns aTargetMachinefor the operating system of this machine and the specified architecture.getX86()Returns aTargetMachinefor the operating system of this machine and the x86 32-bit architectureReturns aTargetMachinefor the operating system of this machine and the x86 64-bit architectureMethods inherited from interface org.gradle.nativeplatform.TargetMachinegetArchitecture, getOperatingSystemFamily
- 
Method Details- 
getX86TargetMachine getX86()Returns aTargetMachinefor the operating system of this machine and the x86 32-bit architecture
- 
getX86_64TargetMachine getX86_64()Returns aTargetMachinefor the operating system of this machine and the x86 64-bit architecture
- 
architectureReturns aTargetMachinefor the operating system of this machine and the specified architecture.
 
-