public static enum InfoCommand.Section extends Enum<InfoCommand.Section>
Enum Constant and Description |
---|
CLASSES |
JVM |
LICENSE |
MEMORY |
OS |
SHELL |
TERMINAL |
THREADS |
Modifier and Type | Method and Description |
---|---|
static InfoCommand.Section |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoCommand.Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoCommand.Section SHELL
public static final InfoCommand.Section TERMINAL
public static final InfoCommand.Section JVM
public static final InfoCommand.Section THREADS
public static final InfoCommand.Section MEMORY
public static final InfoCommand.Section CLASSES
public static final InfoCommand.Section OS
public static final InfoCommand.Section LICENSE
public static InfoCommand.Section[] values()
for (InfoCommand.Section c : InfoCommand.Section.values()) System.out.println(c);
public static InfoCommand.Section 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 © 2008-2012 Sonatype. All Rights Reserved.