public static enum DiffPatchCli.LineEnding extends java.lang.Enum<DiffPatchCli.LineEnding>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
chars |
| Modifier and Type | Method and Description |
|---|---|
static DiffPatchCli.LineEnding |
system() |
static DiffPatchCli.LineEnding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffPatchCli.LineEnding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffPatchCli.LineEnding CR
public static final DiffPatchCli.LineEnding LF
public static final DiffPatchCli.LineEnding CRLF
public static DiffPatchCli.LineEnding[] values()
for (DiffPatchCli.LineEnding c : DiffPatchCli.LineEnding.values()) System.out.println(c);
public static DiffPatchCli.LineEnding valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static DiffPatchCli.LineEnding system()