Class MachineArchitecture

  • All Implemented Interfaces:
    Named

    @Incubating
    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
    • Constructor Detail

      • MachineArchitecture

        public MachineArchitecture()
    • Method Detail

      • 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.