Uses of Enum Class
com.helger.base.system.ENewLineMode
Packages that use ENewLineMode
-
Uses of ENewLineMode in com.helger.base.system
Fields in com.helger.base.system declared as ENewLineModeModifier and TypeFieldDescriptionstatic final ENewLineModeENewLineMode.DEFAULTThe default newline mode as indicated by the system propertiesMethods in com.helger.base.system that return ENewLineModeModifier and TypeMethodDescriptionstatic @Nullable ENewLineModeENewLineMode.getFromTextOrDefault(@Nullable String sText, @Nullable ENewLineMode eDefault) Get theENewLineModematching the provided text representation.static @Nullable ENewLineModeENewLineMode.getFromTextOrNull(@Nullable String sText) Get theENewLineModematching the provided text representation.@NonNull ENewLineModeEOperatingSystem.getNewLineMode()static ENewLineModeReturns the enum constant of this class with the specified name.static ENewLineMode[]ENewLineMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.base.system with parameters of type ENewLineModeModifier and TypeMethodDescriptionstatic @Nullable ENewLineModeENewLineMode.getFromTextOrDefault(@Nullable String sText, @Nullable ENewLineMode eDefault) Get theENewLineModematching the provided text representation.