public enum PathInfoType extends Enum<PathInfoType>
| Enum Constant and Description |
|---|
ARTIFACT |
DESKTOP_MENU |
DESKTOP_SHORTCUT |
NUTS |
NUTS_ENV |
NUTS_INIT |
NUTS_TERM |
SYS_RC |
| Modifier and Type | Method and Description |
|---|---|
static PathInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathInfoType DESKTOP_SHORTCUT
public static final PathInfoType DESKTOP_MENU
public static final PathInfoType NUTS
public static final PathInfoType NUTS_INIT
public static final PathInfoType NUTS_TERM
public static final PathInfoType SYS_RC
public static final PathInfoType NUTS_ENV
public static final PathInfoType ARTIFACT
public static PathInfoType[] values()
for (PathInfoType c : PathInfoType.values()) System.out.println(c);
public static PathInfoType 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 © 2021 vpc open source initiative. All rights reserved.