public enum OSType extends Enum<OSType>
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutable() |
String |
getLibrary() |
OSStyle |
getOsStyle() |
static OSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSType AIX_PPC_32
public static final OSType AIX_PPC_64
public static final OSType HPUX_IA_32
public static final OSType HPUX_IA_64
public static final OSType HPUX_PARISC_32
public static final OSType HPUX_PARISC_64
public static final OSType LINUX_IA_64
public static final OSType LINUX_PPC_32
public static final OSType LINUX_PPC_64
public static final OSType LINUX_X86_32
public static final OSType LINUX_X86_64
public static final OSType MACOSX_UNIVERSAL_32
public static final OSType MACOSX_UNIVERSAL_64
public static final OSType SOLARIS_SPARC_32
public static final OSType SOLARIS_SPARC_64
public static final OSType SOLARIS_X86_32
public static final OSType SOLARIS_X86_64
public static final OSType WINDOWS_X86_32
public static final OSType WINDOWS_X86_64
public static OSType[] values()
for (OSType c : OSType.values()) System.out.println(c);
public static OSType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic OSStyle getOsStyle()
public String getExecutable()
public String getLibrary()
Copyright © 2017. All rights reserved.