| Package | Description |
|---|---|
| com.helger.commons.system |
| Modifier and Type | Field and Description |
|---|---|
static ENewLineMode |
ENewLineMode.DEFAULT
The default newline mode as indicated by the system properties
|
| Modifier and Type | Method and Description |
|---|---|
static ENewLineMode |
ENewLineMode.getFromTextOrDefault(String sText,
ENewLineMode eDefault) |
static ENewLineMode |
ENewLineMode.getFromTextOrNull(String sText) |
ENewLineMode |
EOperatingSystem.getNewLineMode() |
static ENewLineMode |
ENewLineMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ENewLineMode[] |
ENewLineMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ENewLineMode |
ENewLineMode.getFromTextOrDefault(String sText,
ENewLineMode eDefault) |
Copyright © 2014–2017 Philip Helger. All rights reserved.