Enum OSType

    • Enum Constant Detail

      • AIX_PPC_32

        public static final OSType AIX_PPC_32
      • AIX_PPC_64

        public static final OSType AIX_PPC_64
      • HPUX_IA_32

        public static final OSType HPUX_IA_32
      • HPUX_IA_64

        public static final OSType HPUX_IA_64
      • HPUX_PARISC_32

        public static final OSType HPUX_PARISC_32
      • HPUX_PARISC_64

        public static final OSType HPUX_PARISC_64
      • LINUX_IA_64

        public static final OSType LINUX_IA_64
      • LINUX_PPC_32

        public static final OSType LINUX_PPC_32
      • LINUX_PPC_64

        public static final OSType LINUX_PPC_64
      • LINUX_X86_32

        public static final OSType LINUX_X86_32
      • LINUX_X86_64

        public static final OSType LINUX_X86_64
      • MACOSX_UNIVERSAL_32

        public static final OSType MACOSX_UNIVERSAL_32
      • MACOSX_UNIVERSAL_64

        public static final OSType MACOSX_UNIVERSAL_64
      • SOLARIS_SPARC_32

        public static final OSType SOLARIS_SPARC_32
      • SOLARIS_SPARC_64

        public static final OSType SOLARIS_SPARC_64
      • SOLARIS_X86_32

        public static final OSType SOLARIS_X86_32
      • SOLARIS_X86_64

        public static final OSType SOLARIS_X86_64
      • WINDOWS_X86_32

        public static final OSType WINDOWS_X86_32
      • WINDOWS_X86_64

        public static final OSType WINDOWS_X86_64
    • Method Detail

      • values

        public static OSType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OSType c : OSType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OSType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getOsStyle

        public OSStyle getOsStyle()
      • getExecutable

        public String getExecutable()
      • getLibrary

        public String getLibrary()