public static enum IO.Verbosity extends Enum<IO.Verbosity>
IO
containers verbosity settings.Modifier and Type | Method and Description |
---|---|
static IO.Verbosity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IO.Verbosity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IO.Verbosity NORMAL
public static final IO.Verbosity QUIET
public static final IO.Verbosity SILENT
public static IO.Verbosity[] values()
for (IO.Verbosity c : IO.Verbosity.values()) System.out.println(c);
public static IO.Verbosity 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-2013 Sonatype. All Rights Reserved.