Package org.gradle.nativeplatform
Class MachineArchitecture
java.lang.Object
org.gradle.nativeplatform.MachineArchitecture
- All Implemented Interfaces:
- Named
Represents a target architecture of a component.  Typical architectures include "x86" and "x86-64".
- Since:
- 5.1
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Attribute<MachineArchitecture> static final StringThe ARM 64-bit architecturestatic final StringThe intel x86 32-bit architecturestatic final StringThe intel x86 64-bit architecture
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ARCHITECTURE_ATTRIBUTE
- 
X86The intel x86 32-bit architecture- See Also:
 
- 
X86_64The intel x86 64-bit architecture- See Also:
 
- 
ARM64The ARM 64-bit architecture- Since:
- 7.6
- See Also:
 
 
- 
- 
Constructor Details- 
MachineArchitecturepublic MachineArchitecture()
 
- 
- 
Method Details