java.lang.Object
java.lang.Enum<OS>
com.inductiveautomation.ignition.client.launch.util.OS
All Implemented Interfaces:
Serializable, Comparable<OS>, Constable

public enum OS extends Enum<OS>
  • Enum Constant Details

    • WINDOWS

      public static final OS WINDOWS
    • MACOS

      public static final OS MACOS
    • MACOS_ARM

      public static final OS MACOS_ARM
    • LINUX

      public static final OS LINUX
  • Method Details

    • values

      public static OS[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OS valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • get

      public static OS get()
    • osParam

      public static String osParam()
    • javaExecString

      public static String javaExecString()
    • archParam

      public static Optional<String> archParam()
    • getJavaPath

      public static Path getJavaPath(LaunchContext context)
    • tar

      public static boolean tar()