Uses of Class
com.helger.commons.system.ENewLineMode
-
Packages that use ENewLineMode Package Description com.helger.commons.system -
-
Uses of ENewLineMode in com.helger.commons.system
Fields in com.helger.commons.system declared as ENewLineMode Modifier and Type Field Description static ENewLineModeENewLineMode. DEFAULTThe default newline mode as indicated by the system propertiesMethods in com.helger.commons.system that return ENewLineMode Modifier and Type Method Description static ENewLineModeENewLineMode. getFromTextOrDefault(String sText, ENewLineMode eDefault)static ENewLineModeENewLineMode. getFromTextOrNull(String sText)ENewLineModeEOperatingSystem. getNewLineMode()static ENewLineModeENewLineMode. 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.Methods in com.helger.commons.system with parameters of type ENewLineMode Modifier and Type Method Description static ENewLineModeENewLineMode. getFromTextOrDefault(String sText, ENewLineMode eDefault)
-