Uses of Enum Class
hudson.util.LineEndingConversion.EOLType
-
Uses of LineEndingConversion.EOLType in hudson.util
Modifier and TypeMethodDescriptionstatic LineEndingConversion.EOLType
Returns the enum constant of this class with the specified name.static LineEndingConversion.EOLType[]
LineEndingConversion.EOLType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
LineEndingConversion.convertEOL
(String input, LineEndingConversion.EOLType type) Convert line endings of a string to the given type.