Interface TargetMachineFactory

    • Method Detail

      • getWindows

        TargetMachine getWindows()
        Returns a TargetMachine for the Windows operating system family and the architecture of the current host.
      • getLinux

        TargetMachine getLinux()
        Returns a TargetMachine for the Linux operating system family and the architecture of the current host.
      • getMacOS

        TargetMachine getMacOS()
        Returns a TargetMachine for the macOS operating system family and the architecture of the current host.
      • os

        TargetMachine os​(String operatingSystemFamily)
        Returns a TargetMachine representing the specified operating system and the architecture of the current host.