public static enum Throwables.PackageDetail extends Enum<Throwables.PackageDetail>
Enum Constant and Description |
---|
LONG
complete jar path + manifest version.
|
NONE
No jar info or version info.
|
SHORT
jar file name + manifest version.
|
Modifier and Type | Method and Description |
---|---|
static Throwables.PackageDetail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Throwables.PackageDetail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Throwables.PackageDetail NONE
public static final Throwables.PackageDetail SHORT
public static final Throwables.PackageDetail LONG
public static Throwables.PackageDetail[] values()
for (Throwables.PackageDetail c : Throwables.PackageDetail.values()) System.out.println(c);
public static Throwables.PackageDetail 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 © 2018 SPF4J. All rights reserved.