protected static enum Launcher.OS extends Enum<Launcher.OS>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
static Launcher.OS |
getCurrent() |
static Launcher.OS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Launcher.OS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Launcher.OS Darwin
public static final Launcher.OS Linux
public static final Launcher.OS Solaris
public static final Launcher.OS Windows
public static Launcher.OS[] values()
public static Launcher.OS 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 static Launcher.OS getCurrent()