Class MachineArchitecture

java.lang.Object
org.gradle.nativeplatform.MachineArchitecture
All Implemented Interfaces:
Named

public abstract class MachineArchitecture extends Object implements Named
Represents a target architecture of a component. Typical architectures include "x86" and "x86-64".
Since:
5.1
  • Field Details

  • Constructor Details

    • MachineArchitecture

      public MachineArchitecture()
  • Method Details

    • getName

      @Input public abstract String getName()
      The object's name.

      Must be constant for the life of the object.

      Specified by:
      getName in interface Named
      Returns:
      The name. Never null.