com.davecoss.uploader.utils
public static enum UploaderConsole.ConsoleCommands extends java.lang.Enum<UploaderConsole.ConsoleCommands>
Enum Constant and Description |
---|
BUFFERSIZE |
DEBUG |
EXIT |
HELP |
HISTORY |
Modifier and Type | Method and Description |
---|---|
static UploaderConsole.ConsoleCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UploaderConsole.ConsoleCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploaderConsole.ConsoleCommands BUFFERSIZE
public static final UploaderConsole.ConsoleCommands DEBUG
public static final UploaderConsole.ConsoleCommands EXIT
public static final UploaderConsole.ConsoleCommands HELP
public static final UploaderConsole.ConsoleCommands HISTORY
public static UploaderConsole.ConsoleCommands[] values()
for (UploaderConsole.ConsoleCommands c : UploaderConsole.ConsoleCommands.values()) System.out.println(c);
public static UploaderConsole.ConsoleCommands valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullLast build: 2014-03-11 10:00 Copyright © 2013 David Coss. All Rights Reserved.