public static enum ClasspathInfo.PathKind extends Enum<ClasspathInfo.PathKind>
Enum Constant and Description |
---|
BOOT |
COMPILE |
MODULE_BOOT |
MODULE_CLASS |
MODULE_COMPILE |
MODULE_SOURCE |
OUTPUT |
SOURCE |
Modifier and Type | Method and Description |
---|---|
static ClasspathInfo.PathKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClasspathInfo.PathKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClasspathInfo.PathKind BOOT
public static final ClasspathInfo.PathKind MODULE_BOOT
public static final ClasspathInfo.PathKind COMPILE
public static final ClasspathInfo.PathKind MODULE_COMPILE
public static final ClasspathInfo.PathKind MODULE_CLASS
public static final ClasspathInfo.PathKind SOURCE
public static final ClasspathInfo.PathKind MODULE_SOURCE
public static final ClasspathInfo.PathKind OUTPUT
public static ClasspathInfo.PathKind[] values()
public static ClasspathInfo.PathKind 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 null