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