Package org.gradle.nativeplatform
Interface TargetMachine
- All Known Subinterfaces:
- TargetMachineBuilder
public interface TargetMachine
Represents a combination of operating system and cpu architecture that a variant might be built for.
- Since:
- 5.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the target architectureReturns the target operating system
- 
Method Details- 
getOperatingSystemFamilyOperatingSystemFamily getOperatingSystemFamily()Returns the target operating system
- 
getArchitectureMachineArchitecture getArchitecture()Returns the target architecture
 
-