public static enum CommandLaunchInfo.ClientLaunchType extends Enum<CommandLaunchInfo.ClientLaunchType>
| Enum Constant and Description |
|---|
CLASS |
CLASSFILE |
DIR |
JAR |
UNKNOWN |
URL |
| Modifier and Type | Method and Description |
|---|---|
static CommandLaunchInfo.ClientLaunchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLaunchInfo.ClientLaunchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandLaunchInfo.ClientLaunchType JAR
public static final CommandLaunchInfo.ClientLaunchType DIR
public static final CommandLaunchInfo.ClientLaunchType CLASSFILE
public static final CommandLaunchInfo.ClientLaunchType CLASS
public static final CommandLaunchInfo.ClientLaunchType URL
public static final CommandLaunchInfo.ClientLaunchType UNKNOWN
public static CommandLaunchInfo.ClientLaunchType[] values()
for (CommandLaunchInfo.ClientLaunchType c : CommandLaunchInfo.ClientLaunchType.values()) System.out.println(c);
public static CommandLaunchInfo.ClientLaunchType 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 nullCopyright © 2017. All rights reserved.