public static enum OnBotJavaFileSystemUtils.LineEndings extends java.lang.Enum<OnBotJavaFileSystemUtils.LineEndings>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
lineEnding |
| Modifier and Type | Method and Description |
|---|---|
static OnBotJavaFileSystemUtils.LineEndings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnBotJavaFileSystemUtils.LineEndings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnBotJavaFileSystemUtils.LineEndings WINDOWS
public static final OnBotJavaFileSystemUtils.LineEndings UNIX
public static OnBotJavaFileSystemUtils.LineEndings[] values()
for (OnBotJavaFileSystemUtils.LineEndings c : OnBotJavaFileSystemUtils.LineEndings.values()) System.out.println(c);
public static OnBotJavaFileSystemUtils.LineEndings 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 null