Class MachineArchitecture

  • All Implemented Interfaces:
    Named

    public abstract class MachineArchitecture
    extends java.lang.Object
    implements Named
    Represents a target architecture of a component. Typical architectures include "x86" and "x86-64".
    Since:
    5.1
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.gradle.api.Named

        Named.Namer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getName()
      The object's name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MachineArchitecture

        public MachineArchitecture()
    • Method Detail

      • getName

        @Input
        public abstract java.lang.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.