Uses of Enum
com.helger.commons.system.ENewLineMode
Packages that use ENewLineMode
-
Uses of ENewLineMode in com.helger.commons.system
Fields in com.helger.commons.system declared as ENewLineModeModifier and TypeFieldDescriptionstatic final ENewLineModeENewLineMode.DEFAULTThe default newline mode as indicated by the system propertiesMethods in com.helger.commons.system that return ENewLineModeModifier and TypeMethodDescriptionstatic ENewLineModeENewLineMode.getFromTextOrDefault(String sText, ENewLineMode eDefault) static ENewLineModeENewLineMode.getFromTextOrNull(String sText) EOperatingSystem.getNewLineMode()static ENewLineModeReturns 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 ENewLineModeModifier and TypeMethodDescriptionstatic ENewLineModeENewLineMode.getFromTextOrDefault(String sText, ENewLineMode eDefault)