public static enum PatchScript.FileMode extends Enum<PatchScript.FileMode>
Modifier and Type | Method and Description |
---|---|
static PatchScript.FileMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchScript.FileMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchScript.FileMode FILE
public static final PatchScript.FileMode SYMLINK
public static final PatchScript.FileMode GITLINK
public static PatchScript.FileMode[] values()
for (PatchScript.FileMode c : PatchScript.FileMode.values()) System.out.println(c);
public static PatchScript.FileMode 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