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 Details

    • getOperatingSystemFamily

      OperatingSystemFamily getOperatingSystemFamily()
      Returns the target operating system
      Since:
      5.1
    • getArchitecture

      MachineArchitecture getArchitecture()
      Returns the target architecture
      Since:
      5.1